From acba1ab72997373d08f8ae8a9c5b0aa2b0267026 Mon Sep 17 00:00:00 2001 From: akocbek Date: Fri, 31 Oct 2025 09:51:04 +0000 Subject: [PATCH] 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 e69bd8d..c432877 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit e69bd8dff2b1305cd376f2549667743320c7a9b9 +Subproject commit c4328778ce1a62bc85f641d9249adaac0493cfc9 diff --git a/ibm_catalog.json b/ibm_catalog.json index 7a0252c..7dd2a80 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -971,7 +971,7 @@ } ], "dependency_version_2": true, - "terraform_version": "1.10.5" + "terraform_version": "1.12.2" } ] } diff --git a/tests/pr_test.go b/tests/pr_test.go index dadf37a..75946e7 100644 --- a/tests/pr_test.go +++ b/tests/pr_test.go @@ -27,7 +27,7 @@ const resourceGroup = "geretain-test-observability-agents" const fullyConfigurableSolutionDir = "solutions/fully-configurable" const fullyConfigurableSolutionKubeconfigDir = "solutions/fully-configurable/kubeconfig" const terraformDirLogsAgentIKS = "examples/logs-agent-iks" -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 // 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"