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.19.14
  • Loading branch information
terraform-ibm-modules-ops committed Dec 14, 2024
1 parent b051c97 commit e653657
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.13"
version = "3.19.14"
resource_group_id = module.resource_group.resource_group_id
name = "${var.prefix}-vpe-pg"
region = var.region
Expand Down

0 comments on commit e653657

Please sign in to comment.