We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c563de8 commit 156c1b3Copy full SHA for 156c1b3
tests/existing-resources/main.tf
@@ -33,7 +33,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
33
module "postgresql_db" {
34
count = var.create_db ? 1 : 0
35
source = "terraform-ibm-modules/icd-postgresql/ibm"
36
- version = "4.6.2"
+ version = "4.6.3"
37
resource_group_id = module.resource_group.resource_group_id
38
name = "${var.prefix}-vpe-pg"
39
region = var.region
0 commit comments