Skip to content

Install

https://adamtheautomator.com/terraform-azure-vm/

Windows

  • download the exe and extract it into a folder

  • add the folder path to the path env

  • terraform -version

Linux

https://www.terraform.io/downloads

sudo curl -O <terraform_download_url> #or sudo wget <url>
sudo unzip <zip_file_downloaded_in_previous_step>
sudo mv terraform /usr/bin/
sudo rm <zip_file_downloaded_in_previous_step>