Skip to content

Commit 96065e1

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

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
@@ -650,7 +650,7 @@
650650
}
651651
],
652652
"dependency_version_2": true,
653-
"terraform_version": "1.10.5"
653+
"terraform_version": "1.12.2"
654654
}
655655
]
656656
}

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const resourceGroup = "geretain-test-resources"
2929
const advancedExampleDir = "examples/advanced"
3030
const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml"
3131
const fullyConfigFlavorDir = "solutions/fully-configurable"
32-
const terraformVersion = "terraform_v1.10" // This should match the version in the ibm_catalog.json
32+
const terraformVersion = "terraform_v1.12.2" // This should match the version in the ibm_catalog.json
3333

3434
var validRegions = []string{
3535
"au-syd",

0 commit comments

Comments
 (0)