From 28b63e4a9c9e75779afc9fd3a65e2617a0dfaf39 Mon Sep 17 00:00:00 2001 From: akocbek Date: Fri, 31 Oct 2025 08:29:29 +0000 Subject: [PATCH 1/2] fix(deps): update DA to run on terraform v1.12.2 --- common-dev-assets | 2 +- ibm_catalog.json | 2 +- tests/pr_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common-dev-assets b/common-dev-assets index d446e09..c432877 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit d446e090ca1b5d4ee5443dd26f9a3d5b630735a9 +Subproject commit c4328778ce1a62bc85f641d9249adaac0493cfc9 diff --git a/ibm_catalog.json b/ibm_catalog.json index 3315036..1279e1f 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -606,7 +606,7 @@ } ] }, - "terraform_version": "1.10.5" + "terraform_version": "1.12.2" } ] } diff --git a/tests/pr_test.go b/tests/pr_test.go index 6cb2ccb..32d1818 100644 --- a/tests/pr_test.go +++ b/tests/pr_test.go @@ -18,7 +18,7 @@ import ( // Define a struct with fields that match the structure of the YAML data const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml" -const terraformVersion = "terraform_v1.10" // This should match the version in the ibm_catalog.json +const terraformVersion = "terraform_v1.12.2" // This should match the version in the ibm_catalog.json var permanentResources map[string]interface{} From 573e9b8635a1999b67e4b2a373cb2dcf0c0e8ed3 Mon Sep 17 00:00:00 2001 From: akocbek Date: Mon, 3 Nov 2025 14:54:16 +0000 Subject: [PATCH 2/2] update json --- ibm_catalog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index dd82003..3687eee 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -606,7 +606,7 @@ } ] }, - "terraform_version": "1.12.2" + "terraform_version": "1.12.2", "ignore_readme": true } ]