Skip to content

Commit 98f51d0

Browse files
authored
fix(deps): update DA to run on terraform v1.12.2 (#190)
Co-authored-by: akocbek <akocbek>
1 parent 3e4dfdc commit 98f51d0

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
@@ -637,7 +637,7 @@
637637
}
638638
],
639639
"dependency_version_2": true,
640-
"terraform_version": "1.10.5"
640+
"terraform_version": "1.12.2"
641641
}
642642
]
643643
}

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const basicExampleDir = "examples/basic"
2929
const completeExampleDir = "examples/complete"
3030
const fullyConfigurableSolutionTerraformDir = "solutions/fully-configurable"
3131
const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml"
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
// Current supported regions for watsonx.ai Studio, Runtime and IBM watsonx platform (dataplatform.ibm.com)
3535
var validRegions = []string{

0 commit comments

Comments
 (0)