terraform/terraform-plan

Plan Terraform Changes

Show proposed changes to infrastructure

terraform
plan
preview

Command

terraform plan

Explanation

Shows the changes Terraform will make to your infrastructure without actually applying them. Helpful to review modifications before executing them.

Examples

Generate a plan file for later apply

terraform plan -out=tfplan