Skip to content

Commit 8a1eaaa

Browse files
authored
fix(deps): update DA to run on terraform v1.12.2 (#129)
Co-authored-by: akocbek <akocbek>
1 parent de55415 commit 8a1eaaa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ibm_catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@
491491
}
492492
],
493493
"dependency_version_2": true,
494-
"terraform_version": "1.10.5",
494+
"terraform_version": "1.12.2",
495495
"architecture": {
496496
"features": [
497497
{
@@ -601,7 +601,7 @@
601601
}
602602
]
603603
},
604-
"terraform_version": "1.10.5"
604+
"terraform_version": "1.12.2"
605605
}
606606
]
607607
}

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const resourceGroup = "geretain-test-resources"
3030
const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml"
3131
const fullyConfigurableTerraformDir = "solutions/fully-configurable"
3232
const AccountSettingsDADir = "solutions/event-routing-account-settings"
33-
const terraformVersion = "terraform_v1.10" // This should match the version in the ibm_catalog.json
33+
const terraformVersion = "terraform_v1.12.2" // This should match the version in the ibm_catalog.json
3434

3535
// Removed "in-che" from validRegions since it isn’t supported under the Standard plan of Event Streams.
3636
var validRegions = []string{

0 commit comments

Comments
 (0)