Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JoostvDoorn/6b0c341c27e55da3cf3d72a09ceaa14a to your computer and use it in GitHub Desktop.
Save JoostvDoorn/6b0c341c27e55da3cf3d72a09ceaa14a to your computer and use it in GitHub Desktop.
Terraform update
cd /tmp
export TF_VERSION='1.0.1'
wget $(echo "https://releases.hashicorp.com/terraform/$TF_VERSION/terraform_"$TF_VERSION"_linux_amd64.zip")
unzip terraform_"$TF_VERSION"_linux_amd64.zip
cp terraform $(which terraform)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment