Skip to content

Instantly share code, notes, and snippets.

@BTabaku
Created November 4, 2023 23:20
Show Gist options
  • Save BTabaku/9cbf380238d9144c88e4c33f8c0d4a78 to your computer and use it in GitHub Desktop.
Save BTabaku/9cbf380238d9144c88e4c33f8c0d4a78 to your computer and use it in GitHub Desktop.
# remove previous version if there is anything installed
which terraform
sudo rm /usr/local/bin/terraform
terraform --version
wget https://releases.hashicorp.com/terraform/0.13.0/terraform_0.13.0_linux_amd64.zip
unzip terraform_0.13.0_linux_amd64.zip
sudo mv terraform /usr/local/bin/
terraform --version # Verify the installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment