Skip to content

Commit c893214

Browse files
authored
fix(deps): update DA to run on terraform v1.12.2 (#169)
Co-authored-by: akocbek <akocbek>
1 parent 018f861 commit c893214

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ibm_catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564
}
565565
],
566566
"dependency_version_2": true,
567-
"terraform_version": "1.10.5"
567+
"terraform_version": "1.12.2"
568568
},
569569
{
570570
"label": "Security-enforced",
@@ -889,7 +889,7 @@
889889
}
890890
]
891891
},
892-
"terraform_version": "1.10.5"
892+
"terraform_version": "1.12.2"
893893
}
894894
]
895895
}

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Global variables
3030
const resourceGroup = "geretain-test-resources"
3131
const configurableDADir = "solutions/fully-configurable"
3232
const secureDADir = "solutions/security-enforced"
33-
const terraformVersion = "terraform_v1.10" // This should match the version in the ibm_catalog.json
33+
const terraformVersion = "terraform_v1.12.2" // This should match the version in the ibm_catalog.json
3434
const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml"
3535

3636
var permanentResources map[string]interface{}

0 commit comments

Comments
 (0)