Skip to content

Commit 7f3a50e

Browse files
authored
fix(deps): update DA to run on terraform v1.12.2 (#1076)
Co-authored-by: akocbek <akocbek>
1 parent e0cf745 commit 7f3a50e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ibm_catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@
766766
}
767767
],
768768
"dependency_version_2": true,
769-
"terraform_version": "1.10.5",
769+
"terraform_version": "1.12.2",
770770
"ignore_readme": true
771771
}
772772
]

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const vpcWithDnsExampleTerraformDir = "examples/vpc-with-dns"
3737
const fullyConfigFlavorDir = "solutions/fully-configurable"
3838
const resourceGroup = "geretain-test-resources"
3939
const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml"
40-
const terraformVersion = "terraform_v1.10" // This should match the version in the ibm_catalog.json
40+
const terraformVersion = "terraform_v1.12.2" // This should match the version in the ibm_catalog.json
4141

4242
var permanentResources map[string]interface{}
4343

0 commit comments

Comments
 (0)