Auto Apply

This lesson will cover how you can run a terraform apply command without any confirmation message.

Auto apply

It is possible to skip the Terraform plan confirmation in a different way. You can use the -auto-approve flag.

Let’s test this out using the same Terraform code to run the command terraform apply -auto-approve. Terraform will create the AWS SQS queue without stopping to ask you to confirm.

Get hands-on with 1200+ tech skills courses.