Skip to content
Latchkey

Plan/Apply (Terraform) - CI/CD Glossary Definition

In Terraform, plan produces a preview of the changes required to reach the desired state, and apply executes that plan against real infrastructure.

In Terraform, plan produces a preview of the changes required to reach the desired state, and apply executes that plan against real infrastructure.

In Terraform, plan produces a preview of the changes required to reach the desired state, and apply executes that plan against real infrastructure.

Pipeline pattern

Run terraform plan -out=tfplan on pull requests for review, then terraform apply tfplan on merge so the applied change is exactly the reviewed plan.

Related guides

Run this faster and cheaper on Latchkey managed runners. Start free →