Skip to content

Commit d449208

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

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
@@ -587,7 +587,7 @@
587587
}
588588
],
589589
"dependency_version_2": true,
590-
"terraform_version": "1.10.5",
590+
"terraform_version": "1.12.2",
591591
"ignore_readme": true
592592
},
593593
{
@@ -831,7 +831,7 @@
831831
}
832832
]
833833
},
834-
"terraform_version": "1.10.5",
834+
"terraform_version": "1.12.2",
835835
"ignore_readme": true
836836
}
837837
]

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const fullyConfigurableTerraformDir = "solutions/fully-configurable"
3131
const securityEnforcedTerraformDir = "solutions/security-enforced"
3232
const resourceGroup = "geretain-test-secrets-manager"
3333
const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml"
34-
const terraformVersion = "terraform_v1.10" // This should match the version in the ibm_catalog.json
34+
const terraformVersion = "terraform_v1.12.2" // This should match the version in the ibm_catalog.json
3535

3636
var permanentResources map[string]interface{}
3737
var validRegions = []string{

0 commit comments

Comments
 (0)