Apply Terraform Configuration Without Confirmation

In this Terraform blog post, you will learn how to apply a Terraform configuration code with confirmation.

Terraform Apply

When deploying a Terraform configuration using the terraform apply command, we need to type yes to confirm the deployment.

Auto-Approve

To deploy a terraform configuration without confirmation, we use the -auto-approve command switch as shown below.

terraform apply -auto-approve  


Posted

in

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.