terraform apply -auto-approve

Category: IaC & Automation

terraform apply -auto-approve

Apply changes without the interactive approval step

Runs the full plan and apply cycle while skipping the yes/no confirmation, which suits CI pipelines and scripts. It removes the checkpoint where a human reviews what will change, so prefer plain terraform apply in production. Related: terraform plan -out plan.tfplan.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.