Skip to content

Commit fb01a0f

Browse files
authored
fix(deps): update DA to run on terraform v1.12.2 (#140)
Co-authored-by: akocbek <akocbek>
1 parent f0a1f4e commit fb01a0f

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
@@ -428,7 +428,7 @@
428428
}
429429
],
430430
"dependency_version_2": true,
431-
"terraform_version": "1.10.5",
431+
"terraform_version": "1.12.2",
432432
"ignore_readme": true
433433
}
434434
]

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 basicExampleDir = "examples/basic"
3131
const existingExampleDir = "examples/existing-instance"
3232
const fullyConfigurableSolutionTerraformDir = "solutions/fully-configurable"
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
// Define a struct with fields that match the structure of the YAML data
3636
const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml"

0 commit comments

Comments
 (0)