tf Steps: terraform init terraform plan terraform apply In order to avoid the prompt, you can use: $ terraform apply -auto-approve $ terraform destroy -auto-approve In my system, I use tf as the alias for terraform