diff --git a/ibm_catalog.json b/ibm_catalog.json index 03c58ce..dcc6bce 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -1095,7 +1095,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 94181bf..cdf48e5 100644 --- a/tests/pr_test.go +++ b/tests/pr_test.go @@ -27,7 +27,7 @@ const fullyConfigurableSolutionDir = "solutions/fully-configurable" const fullyConfigurableSolutionKubeconfigDir = "solutions/fully-configurable/kubeconfig" const terraformDirMonitoringAgentIKS = "examples/obs-agent-iks" const terraformDirMonitoringAgentROKS = "examples/obs-agent-ocp" -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"