Auto Apply

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

We'll cover the following...

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 ...

Access this course and 1400+ top-rated courses and projects.