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.14.2 (#536)
  • Loading branch information
terraform-ibm-modules-ops committed Jun 16, 2024
1 parent d23c46a commit 54d3f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/default/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.14.1"
version = "3.14.2"
resource_group_id = module.resource_group.resource_group_id
name = "${var.prefix}-vpe-pg"
region = var.region
Expand Down

0 comments on commit 54d3f74

Please sign in to comment.