Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
}
],
"dependency_version_2": true,
"terraform_version": "1.10.5",
"terraform_version": "1.12.2",
"architecture": {
"features": [
{
Expand Down Expand Up @@ -601,7 +601,7 @@
}
]
},
"terraform_version": "1.10.5"
"terraform_version": "1.12.2"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion tests/pr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const resourceGroup = "geretain-test-resources"
const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml"
const fullyConfigurableTerraformDir = "solutions/fully-configurable"
const AccountSettingsDADir = "solutions/event-routing-account-settings"
const terraformVersion = "terraform_v1.10" // This should match the version in the ibm_catalog.json
const terraformVersion = "terraform_v1.12.2" // This should match the version in the ibm_catalog.json

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