fix(install.sh): bump terraform version to match with the image

This commit is contained in:
Muhammad Atif Ali 2024-04-03 00:08:24 +03:00 committed by GitHub
parent 1dd840d149
commit 22d8b65dfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ EOF
}
main() {
TERRAFORM_VERSION="1.3.4"
TERRAFORM_VERSION="1.6.6"
if [ "${TRACE-}" ]; then
set -x