Skip to content

Commit 92fcd86

Browse files
authored
fix(deps): update DA to run on terraform v1.12.2 (#344)
Co-authored-by: akocbek <akocbek>
1 parent 7925ea6 commit 92fcd86

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
@@ -585,7 +585,7 @@
585585
}
586586
]
587587
},
588-
"terraform_version": "1.10.5",
588+
"terraform_version": "1.12.2",
589589
"ignore_readme": true
590590
}
591591
]

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 fullyConfigurableDADir = "solutions/fully-configurable"
3030
const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml"
3131
const existingResources = "./existing-resources"
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
"us-south",

0 commit comments

Comments
 (0)