TerraformWorkflow

terraform plan

Shows what changes Terraform would make without actually applying them.

Syntax

terraform plan [-out=<file>]

Examples

Save the plan to apply it later

terraform plan -out=tfplan