diff --git a/common-dev-assets b/common-dev-assets index ae23e021..e69bd8df 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit ae23e021950779a9c0612e71ce51d074f14b7543 +Subproject commit e69bd8dff2b1305cd376f2549667743320c7a9b9 diff --git a/ibm_catalog.json b/ibm_catalog.json index 710faa87..12f0765b 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -330,7 +330,7 @@ } ] }, - "terraform_version": "1.10.5" + "terraform_version": "1.12.2" }, { "label": "Fully configurable", @@ -845,7 +845,7 @@ } ], "dependency_version_2": true, - "terraform_version": "1.10.5" + "terraform_version": "1.12.2" } ] } diff --git a/tests/pr_test.go b/tests/pr_test.go index f472598d..35594ee9 100644 --- a/tests/pr_test.go +++ b/tests/pr_test.go @@ -26,7 +26,7 @@ const basicExampleDir = "examples/basic" const fsExampleDir = "examples/fscloud" const secEnforcedDir = "solutions/security-enforced" const fullyConfigurableDADir = "solutions/fully-configurable" -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 resourceGroup = "geretain-test-event-notifications" const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml"