Skip to content

Commit 215e9e3

Browse files
authored
fix(deps): update DA to run on terraform v1.12.2 (#789)
Co-authored-by: akocbek <akocbek>
1 parent 333bd23 commit 215e9e3

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
@@ -287,7 +287,7 @@
287287
}
288288
]
289289
},
290-
"terraform_version": "1.10.5",
290+
"terraform_version": "1.12.2",
291291
"ignore_readme": true
292292
},
293293
{
@@ -513,7 +513,7 @@
513513
}
514514
]
515515
},
516-
"terraform_version": "1.10.5",
516+
"terraform_version": "1.12.2",
517517
"ignore_readme": true
518518
}
519519
]

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
Global variables
1818
*/
1919
const resourceGroup = "geretain-test-key-protect-all-inclusive"
20-
const terraformVersion = "terraform_v1.10" // This should match the version in the ibm_catalog.json
20+
const terraformVersion = "terraform_v1.12.2" // This should match the version in the ibm_catalog.json
2121
const fullyConfigurableDADir = "solutions/fully-configurable"
2222
const securityEnforcedDADir = "solutions/security-enforced"
2323
const advancedExampleTerraformDir = "examples/advanced"

0 commit comments

Comments
 (0)