Skip to content

Commit 0c55df7

Browse files
authored
fix(deps): update DA to run on terraform v1.12.2 (#118)
Co-authored-by: akocbek <akocbek>
1 parent 134e6d1 commit 0c55df7

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
@@ -285,7 +285,7 @@
285285
}
286286
]
287287
},
288-
"terraform_version": "1.10.5"
288+
"terraform_version": "1.12.2"
289289
},
290290
{
291291
"label": "Metrics Routing account settings",
@@ -377,7 +377,7 @@
377377
}
378378
]
379379
},
380-
"terraform_version": "1.10.5"
380+
"terraform_version": "1.12.2"
381381
}
382382
]
383383
}

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
Global variables
1515
*/
1616
const resourceGroup = "geretain-test-resources"
17-
const terraformVersion = "terraform_v1.10" // This should match the version in the ibm_catalog.json
17+
const terraformVersion = "terraform_v1.12.2" // This should match the version in the ibm_catalog.json
1818
const fullyConfigurableDADir = "solutions/fully-configurable"
1919
const accountSettingsDADir = "solutions/metrics-routing-account-settings"
2020

0 commit comments

Comments
 (0)