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.12.0 (#514)

* chore(deps): update terraform terraform-ibm-modules/icd-postgresql/ibm to v3.12.0

* fix: version update

---------

Co-authored-by: Jordan <jordanwilliams997@hotmail.com>
Co-authored-by: Jordan-Williams2 <Jordan.Williams2@ibm.com>
  • Loading branch information
3 people committed May 10, 2024
1 parent 45a3466 commit 79f0e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.10.3"
version = "3.12.0"
resource_group_id = module.resource_group.resource_group_id
name = "${var.prefix}-vpe-pg"
region = var.region
Expand Down
2 changes: 1 addition & 1 deletion examples/default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
ibm = {
source = "IBM-Cloud/ibm"
# pin above lowest vesion, required for postgresql and IAM auth policy
version = "1.61.0"
version = "1.62.0"
}
time = {
source = "hashicorp/time"
Expand Down

0 comments on commit 79f0e91

Please sign in to comment.