- Notifications
You must be signed in to change notification settings - Fork1k
chore: update terraform to 1.13.0#19509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
…upport range- Update TerraformVersion and maxTerraformVersion- Update scripts/Dockerfile.base download to 1.13.0- Update install.sh default TERRAFORM_VERSION to 1.13.0- Update GitHub Action setup-tf to 1.13.0- Update testdata version files and dogfood DockerfileCo-authored-by: sreya <4856196+sreya@users.noreply.github.com>
install.sh Outdated
# Prepare /usr/local/bin/ and the binary for copying | ||
"$sh_c" mkdir -p"$TERRAFORM_INSTALL_PREFIX/bin" | ||
"$sh_c" unzip -d"$CACHE_DIR" -o"$CACHE_DIR/terraform_${TERRAFORM_VERSION}_${OS}_${ARCH}.zip" | ||
"$sh_c" unzip -d"$CACHE_DIR" -o"$CACHE_DIR/terraform_${TERRAFORM_VERSION}_${OS}_${TERRAFORM_ARCH}.zip" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Don't update this line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Just use ARCH you bozo
…: sreya <4856196+sreya@users.noreply.github.com>
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
…: add blank line after esac\n- dogfood Dockerfile: restore Terraform comment lines\n\nCo-authored-by: deansheather <376117+deansheather@users.noreply.github.com>
…nCo-authored-by: deansheather <376117+deansheather@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks good other than the TERRAFORM_ARCH comment
…6+sreya@users.noreply.github.com>
9b7d41d
intomainUh oh!
There was an error while loading.Please reload this page.
Summary
Notes
Testing