Skip to content

Commit

Permalink
test: update to latest postresql module version (#428)
Browse files Browse the repository at this point in the history
SKIP UPGRADE TEST

Due to a deprecation of certain ICD parameters in the IBM provider, the older versions of these examples will fail always. Skipping this upgrade test as it is expected to fail
  • Loading branch information
toddgiguere committed Nov 2, 2023
1 parent 54692ec commit 76fa650
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 @@ -73,7 +73,7 @@ module "vpe_security_group" {

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

0 comments on commit 76fa650

Please sign in to comment.