Skip to content

Commit

Permalink
upgrade to cyrilgdn/postgresql 1.21.1-beta.1
Browse files Browse the repository at this point in the history
this prevents errors like:

could not execute revoke query: pq: tuple concurrently updated error

see cyrilgdn/terraform-provider-postgresql#178
  • Loading branch information
rgl committed Dec 10, 2023
1 parent 20b24d2 commit 342b332
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
# see https://registry.terraform.io/providers/cyrilgdn/postgresql
postgresql = {
source = "cyrilgdn/postgresql"
version = "1.17.1"
version = "1.21.1-beta.1"
}
}
backend "local" {
Expand Down

0 comments on commit 342b332

Please sign in to comment.