-
Notifications
You must be signed in to change notification settings - Fork 974
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 our terms of service and privacy 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 Dockerfile Co-authored-by: sreya <4856196+sreya@users.noreply.github.com>
install.sh
Outdated
@@ -585,7 +585,7 @@ with_terraform() { | |||
fi | |||
# 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>
…: 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
53f0742
to
308bc62
Compare
…6+sreya@users.noreply.github.com>
Summary
Notes
Testing