Skip to content

Instantly share code, notes, and snippets.

@atulkamble
Created June 29, 2022 07:25
Show Gist options
  • Save atulkamble/f14a783ea398c94df4339272466ec6de to your computer and use it in GitHub Desktop.
Save atulkamble/f14a783ea398c94df4339272466ec6de to your computer and use it in GitHub Desktop.
Install Terraform on Ubuntu Terminal
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