Skip to content

Commit db29edf

Browse files
authored
fix(deps): update DA to run on terraform v1.12.2 (#847)
1 parent 9cbc797 commit db29edf

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

ibm_catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@
13101310
}
13111311
],
13121312
"dependency_version_2": true,
1313-
"terraform_version": "1.10.5",
1313+
"terraform_version": "1.12.2",
13141314
"ignore_readme": true
13151315
},
13161316
{
@@ -1548,7 +1548,7 @@
15481548
}
15491549
],
15501550
"dependency_version_2": true,
1551-
"terraform_version": "1.10.5",
1551+
"terraform_version": "1.12.2",
15521552
"ignore_readme": true
15531553
}
15541554
]

tests/pr_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ const resourceGroup = "geretain-test-base-ocp-vpc"
3131
const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml"
3232

3333
// Ensure there is one test per supported OCP version
34-
const ocpVersion1 = "4.19" // used by TestRunFullyConfigurable, TestRunUpgradeFullyConfigurable, TestFSCloudInSchematic and TestRunMultiClusterExample
35-
const ocpVersion2 = "4.18" // used by TestCustomSGExample and TestRunCustomsgExample
36-
const ocpVersion3 = "4.17" // used by TestRunAdvancedExample and TestCrossKmsSupportExample
37-
const ocpVersion4 = "4.16" // used by TestRunAddRulesToSGExample and TestRunBasicExample
38-
const terraformVersion = "terraform_v1.10" // This should match the version in the ibm_catalog.json
34+
const ocpVersion1 = "4.19" // used by TestRunFullyConfigurable, TestRunUpgradeFullyConfigurable, TestFSCloudInSchematic and TestRunMultiClusterExample
35+
const ocpVersion2 = "4.18" // used by TestCustomSGExample and TestRunCustomsgExample
36+
const ocpVersion3 = "4.17" // used by TestRunAdvancedExample and TestCrossKmsSupportExample
37+
const ocpVersion4 = "4.16" // used by TestRunAddRulesToSGExample and TestRunBasicExample
38+
const terraformVersion = "terraform_v1.12.2" // This should match the version in the ibm_catalog.json
3939

4040
var (
4141
sharedInfoSvc *cloudinfo.CloudInfoService

0 commit comments

Comments
 (0)