Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mikerodionov
Created June 16, 2022 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikerodionov/82e7b51aa25127efd271de2a9506daa4 to your computer and use it in GitHub Desktop.
Save mikerodionov/82e7b51aa25127efd271de2a9506daa4 to your computer and use it in GitHub Desktop.
Terraform Install
# Download and install specific version of Terraform - adjust dowload version as needed
sudo apt-get install unzip
wget https://releases.hashicorp.com/terraform/1.0.8/terraform_1.0.8_linux_amd64
unzip terraform_1.0.8_linux_amd64.zip
sudo install terraform /usr/local/bin/
terraform --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment