Skip to content

Commit 76fa650

Browse files
authored
test: update to latest postresql module version (#428)
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
1 parent 54692ec commit 76fa650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/default/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module "vpe_security_group" {
7373

7474
module "postgresql_db" {
7575
source = "terraform-ibm-modules/icd-postgresql/ibm"
76-
version = "3.8.3"
76+
version = "3.9.0"
7777
resource_group_id = module.resource_group.resource_group_id
7878
name = "${var.prefix}-vpe-pg"
7979
region = var.region

0 commit comments

Comments
 (0)