Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant0wan committed Oct 19, 2023
1 parent 89430f7 commit 90af3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/terraform.install.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
set -o errexit
set -o nounset
VERSION='1.4.5'
VERSION='1.6.1'
BIN="terraform_${VERSION}_linux_amd64.zip"
curl "https://releases.hashicorp.com/terraform/$VERSION/$BIN" -o "$BIN"
unzip "$BIN"
sudo install terraform /usr/local/bin/
rm -rf "$BIN" terraform
mkdir -p "$HOME/.terraform.d/plugin-cache"
mkdir -p "$HOME/.bashrc.d/"
mkdir -p "$HOME/.bashrc.d/"

0 comments on commit 90af3aa

Please sign in to comment.