diff --git a/common-dev-assets b/common-dev-assets index ae23e02..3cfd2b6 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit ae23e021950779a9c0612e71ce51d074f14b7543 +Subproject commit 3cfd2b622d864175e7979de6885a65b4fb4ab6db diff --git a/ibm_catalog.json b/ibm_catalog.json index 23956fa..fac103c 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -564,7 +564,7 @@ } ], "dependency_version_2": true, - "terraform_version": "1.10.5" + "terraform_version": "1.12.2" }, { "label": "Security-enforced", @@ -889,7 +889,7 @@ } ] }, - "terraform_version": "1.10.5" + "terraform_version": "1.12.2" } ] } diff --git a/tests/pr_test.go b/tests/pr_test.go index 5efb2f9..2fe2807 100644 --- a/tests/pr_test.go +++ b/tests/pr_test.go @@ -30,7 +30,7 @@ Global variables const resourceGroup = "geretain-test-resources" const configurableDADir = "solutions/fully-configurable" const secureDADir = "solutions/security-enforced" -const terraformVersion = "terraform_v1.10" // This should match the version in the ibm_catalog.json +const terraformVersion = "terraform_v1.12.2" // This should match the version in the ibm_catalog.json const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml" var permanentResources map[string]interface{}