Simple Terraform Applications for Azure Contents Azure VM Instance Azure Multi VM Instance Azure AKS Cluster Instance General Usage Terraform Plan $ terraform init $ terraform plan --out tfplan $ terraform apply tfplan Terraform Destroy $ terraform destroy --auto-approve