- 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
+8 −9
Merged
Changes fromall commits
Commits
Show all changes
5 commits Select commitHold shift + click to select a range
626b615
provisioner/terraform: bump embedded Terraform to v1.13.0 and widen s…
sreya47323f2
install.sh: keep unzip path using (review feedback)\n\nCo-authored-b…
sreyaceff9a5
Follow-up: restore blank line and comments per review\n\n- install.sh…
sreya308bc62
dogfood: fix GH CLI version parsing for .deb URL (strip leading v)\n\…
sreya618b4b1
install.sh: unzip uses (only change)\n\nCo-authored-by: sreya <48561…
sreyaFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletion.github/actions/setup-tf/action.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletiondogfood/coder/Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -209,7 +209,7 @@ RUN sed -i 's|http://archive.ubuntu.com/ubuntu/|http://mirrors.edge.kernel.org/u | ||
# NOTE: In scripts/Dockerfile.base we specifically install Terraform version 1.12.2. | ||
# Installing the same version here to match. | ||
deansheather marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
RUN wget -O /tmp/terraform.zip"https://releases.hashicorp.com/terraform/1.13.0/terraform_1.13.0_linux_amd64.zip" && \ | ||
unzip /tmp/terraform.zip -d /usr/local/bin && \ | ||
rm -f /tmp/terraform.zip && \ | ||
chmod +x /usr/local/bin/terraform && \ | ||
3 changes: 1 addition & 2 deletionsinstall.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -273,7 +273,7 @@ EOF | ||
main() { | ||
MAINLINE=1 | ||
STABLE=0 | ||
TERRAFORM_VERSION="1.13.0" | ||
if ["${TRACE-}" ];then | ||
set -x | ||
@@ -657,7 +657,6 @@ install_standalone() { | ||
darwin) STANDALONE_ARCHIVE_FORMAT=zip ;; | ||
*) STANDALONE_ARCHIVE_FORMAT=tar.gz ;; | ||
esac | ||
deansheather marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
fetch"https://github.com/coder/coder/releases/download/v$VERSION/coder_${VERSION}_${OS}_${ARCH}.$STANDALONE_ARCHIVE_FORMAT" \ | ||
"$CACHE_DIR/coder_${VERSION}_${OS}_${ARCH}.$STANDALONE_ARCHIVE_FORMAT" | ||
4 changes: 2 additions & 2 deletionsprovisioner/terraform/install.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionprovisioner/terraform/testdata/resources/version.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.13.0 |
2 changes: 1 addition & 1 deletionprovisioner/terraform/testdata/version.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.13.0 |
2 changes: 1 addition & 1 deletionscripts/Dockerfile.base
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.