Skip to content

Commit f8d914c

Browse files
author
akocbek
committed
fix(deps): update DA to run on terraform v1.12.2
1 parent 8b471f8 commit f8d914c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

common-dev-assets

ibm_catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@
10951095
}
10961096
],
10971097
"dependency_version_2": true,
1098-
"terraform_version": "1.10.5"
1098+
"terraform_version": "1.12.2"
10991099
}
11001100
]
11011101
}

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const fullyConfigurableSolutionDir = "solutions/fully-configurable"
2727
const fullyConfigurableSolutionKubeconfigDir = "solutions/fully-configurable/kubeconfig"
2828
const terraformDirMonitoringAgentIKS = "examples/obs-agent-iks"
2929
const terraformDirMonitoringAgentROKS = "examples/obs-agent-ocp"
30-
const terraformVersion = "terraform_v1.10" // This should match the version in the ibm_catalog.json
30+
const terraformVersion = "terraform_v1.12.2" // This should match the version in the ibm_catalog.json
3131
// Define a struct with fields that match the structure of the YAML data
3232
const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml"
3333

0 commit comments

Comments
 (0)