Skip to content

Commit

Permalink
chore(deps): update terraform terraform-ibm-modules/icd-postgresql/ib…
Browse files Browse the repository at this point in the history
…m to v3.20.0
  • Loading branch information
terraform-ibm-modules-ops committed Dec 18, 2024
1 parent 6821fa2 commit 1b364bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/advanced/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module "vpe_security_group" {

module "postgresql_db" {
source = "terraform-ibm-modules/icd-postgresql/ibm"
version = "3.19.16"
version = "3.20.0"
resource_group_id = module.resource_group.resource_group_id
name = "${var.prefix}-vpe-pg"
region = var.region
Expand Down

0 comments on commit 1b364bb

Please sign in to comment.