Skip to content

Commit d15fc27

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
"ignore_readme": true
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)