Skip to content

Instantly share code, notes, and snippets.

Goto link https://www.terraform.io/downloads.html and download the terraform to your local machine and cd to the directory annd follow step 2
step 1: download Terraform using this command: curl
MAC URL:
curl -o "/tmp/terraform.zip" https://releases.hashicorp.com/terraform/0.13.5/terraform_0.13.5_darwin_amd64.zip
Linux URL:
curl -o "/tmp/terraform.zip" https://releases.hashicorp.com/terraform/0.13.5/terraform_0.13.5_linux_amd64.zip
echo "Hello World"