Skip to content

Commit 7df2c76

Browse files
authored
fix(deps): update DA to run on terraform v1.12.2 (#586)
Co-authored-by: akocbek <akocbek>
1 parent 6837c6a commit 7df2c76

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
@@ -330,7 +330,7 @@
330330
}
331331
]
332332
},
333-
"terraform_version": "1.10.5"
333+
"terraform_version": "1.12.2"
334334
},
335335
{
336336
"label": "Fully configurable",
@@ -845,7 +845,7 @@
845845
}
846846
],
847847
"dependency_version_2": true,
848-
"terraform_version": "1.10.5"
848+
"terraform_version": "1.12.2"
849849
}
850850
]
851851
}

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const basicExampleDir = "examples/basic"
2626
const fsExampleDir = "examples/fscloud"
2727
const secEnforcedDir = "solutions/security-enforced"
2828
const fullyConfigurableDADir = "solutions/fully-configurable"
29-
const terraformVersion = "terraform_v1.10" // This should match the version in the ibm_catalog.json
29+
const terraformVersion = "terraform_v1.12.2" // This should match the version in the ibm_catalog.json
3030
const resourceGroup = "geretain-test-event-notifications"
3131
const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml"
3232

0 commit comments

Comments
 (0)