diff --git a/common-dev-assets b/common-dev-assets index ae23e021..3cfd2b62 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 30a1a7d4..5855f18f 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -1310,7 +1310,7 @@ } ], "dependency_version_2": true, - "terraform_version": "1.10.5", + "terraform_version": "1.12.2", "ignore_readme": true }, { @@ -1548,7 +1548,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 b58033a3..d9b9eace 100644 --- a/tests/pr_test.go +++ b/tests/pr_test.go @@ -31,11 +31,11 @@ const resourceGroup = "geretain-test-base-ocp-vpc" const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml" // Ensure there is one test per supported OCP version -const ocpVersion1 = "4.19" // used by TestRunFullyConfigurable, TestRunUpgradeFullyConfigurable, TestFSCloudInSchematic and TestRunMultiClusterExample -const ocpVersion2 = "4.18" // used by TestCustomSGExample and TestRunCustomsgExample -const ocpVersion3 = "4.17" // used by TestRunAdvancedExample and TestCrossKmsSupportExample -const ocpVersion4 = "4.16" // used by TestRunAddRulesToSGExample and TestRunBasicExample -const terraformVersion = "terraform_v1.10" // This should match the version in the ibm_catalog.json +const ocpVersion1 = "4.19" // used by TestRunFullyConfigurable, TestRunUpgradeFullyConfigurable, TestFSCloudInSchematic and TestRunMultiClusterExample +const ocpVersion2 = "4.18" // used by TestCustomSGExample and TestRunCustomsgExample +const ocpVersion3 = "4.17" // used by TestRunAdvancedExample and TestCrossKmsSupportExample +const ocpVersion4 = "4.16" // used by TestRunAddRulesToSGExample and TestRunBasicExample +const terraformVersion = "terraform_v1.12.2" // This should match the version in the ibm_catalog.json var ( sharedInfoSvc *cloudinfo.CloudInfoService