diff --git a/common-dev-assets b/common-dev-assets index ae23e02..c432877 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit ae23e021950779a9c0612e71ce51d074f14b7543 +Subproject commit c4328778ce1a62bc85f641d9249adaac0493cfc9 diff --git a/ibm_catalog.json b/ibm_catalog.json index 99870c9..f4a0d15 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -428,7 +428,7 @@ } ], "dependency_version_2": true, - "terraform_version": "1.10.5", + "terraform_version": "1.12.2", "ignore_readme": true } ] diff --git a/tests/pr_test.go b/tests/pr_test.go index 807a049..733bee4 100644 --- a/tests/pr_test.go +++ b/tests/pr_test.go @@ -30,7 +30,7 @@ const resourceGroup = "geretain-test-resources" const basicExampleDir = "examples/basic" const existingExampleDir = "examples/existing-instance" const fullyConfigurableSolutionTerraformDir = "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 // Define a struct with fields that match the structure of the YAML data const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml"