Skip to content

Commit

Permalink
chore(deps): Update Terraform postgresql to v1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent ac211bd commit 2da5962
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 17 deletions.
47 changes: 31 additions & 16 deletions terraform/.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 terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
postgresql = {
source = "cyrilgdn/postgresql"
version = "1.16.0"
version = "1.21.0"
}
tls = {
source = "hashicorp/tls"
Expand Down

0 comments on commit 2da5962

Please sign in to comment.