wget https://releases.hashicorp.com/terraform/0.8.3/terraform_0.8.3_linux_amd64.zip -O terraform.zip
unzip terraform.zip
rm terraform.zip
sudo mv terraform /usr/local/bin/terraform- Create the
terraform.tfvarsfile with the credentials to access Azure and Amazon WS (How to get ARM credentials ) - Run
terraform get - Run
terraform plan - Run
terraform apply