terraform apply plan.tfplan

Category: IaC & Automation

terraform apply plan.tfplan

Apply the actions captured in a saved plan file

Executes exactly the actions recorded in plan.tfplan, created earlier with terraform plan -out. Because the plan was already reviewed, apply skips the confirmation prompt and does not re-plan. The plan file must match the current configuration and state or apply refuses to run. Related: terraform plan -out plan.tfplan.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.