chore: update terraform version in install.sh (#12856)

This commit is contained in:
Colin Adler
2024-04-02 16:53:36 -05:00
committed by GitHub
parent 1dd840d149
commit 41914256b3
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ EOF
}
main() {
TERRAFORM_VERSION="1.3.4"
TERRAFORM_VERSION="1.6.6"
if [ "${TRACE-}" ]; then
set -x
+1
View File
@@ -19,6 +19,7 @@ var (
// TerraformVersion is the version of Terraform used internally
// when Terraform is not available on the system.
// NOTE: Keep this in sync with the version in scripts/Dockerfile.base.
// NOTE: Keep this in sync with the version in install.sh.
TerraformVersion = version.Must(version.NewVersion("1.6.6"))
minTerraformVersion = version.Must(version.NewVersion("1.1.0"))