Skip to content

Instantly share code, notes, and snippets.

View pyderator's full-sized avatar
🏠
Working from home

Gaurav pyderator

🏠
Working from home
  • Grambell
  • Kathmandu
  • 19:41 (UTC +05:45)
  • X @pyderator
View GitHub Profile
@pyderator
pyderator / install_terraform_ubuntu
Created July 1, 2022 02:37
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