Skip to content

Instantly share code, notes, and snippets.

@pyderator
Created July 1, 2022 02:37
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 pyderator/c6884627a3a23b5a61f827cc00e2f7cb to your computer and use it in GitHub Desktop.
Save pyderator/c6884627a3a23b5a61f827cc00e2f7cb to your computer and use it in GitHub Desktop.
Use this gist to install the latest version of terraform in ubuntu
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt-get update && sudo apt-get install terraform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment