Install¶https://adamtheautomator.com/terraform-azure-vm/Windows¶download the exe and extract it into a folderadd the folder path to the path envterraform -versionLinux¶https://www.terraform.io/downloadssudo 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>