diff --git a/common-dev-assets b/common-dev-assets index d446e09..c432877 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit d446e090ca1b5d4ee5443dd26f9a3d5b630735a9 +Subproject commit c4328778ce1a62bc85f641d9249adaac0493cfc9 diff --git a/ibm_catalog.json b/ibm_catalog.json index ec977c0..3687eee 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -606,7 +606,7 @@ } ] }, - "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 6cb2ccb..32d1818 100644 --- a/tests/pr_test.go +++ b/tests/pr_test.go @@ -18,7 +18,7 @@ import ( // 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" -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 var permanentResources map[string]interface{}