Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4191425

Browse files
authored
chore: update terraform version in install.sh (#12856)
1 parent 1dd840d commit 4191425

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ EOF
224224
}
225225

226226
main() {
227-
TERRAFORM_VERSION="1.3.4"
227+
TERRAFORM_VERSION="1.6.6"
228228

229229
if [ "${TRACE-}" ]; then
230230
set -x

provisioner/terraform/install.go

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ var (
1919
// TerraformVersion is the version of Terraform used internally
2020
// when Terraform is not available on the system.
2121
// NOTE: Keep this in sync with the version in scripts/Dockerfile.base.
22+
// NOTE: Keep this in sync with the version in install.sh.
2223
TerraformVersion = version.Must(version.NewVersion("1.6.6"))
2324

2425
minTerraformVersion = version.Must(version.NewVersion("1.1.0"))

0 commit comments

Comments
 (0)