We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c9a0f commit 13ceb6bCopy full SHA for 13ceb6b
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.10.3"
+ version = "4.10.4"
37
resource_group_id = module.resource_group.resource_group_id
38
name = "${var.prefix}-vpe-pg"
39
region = var.region
0 commit comments