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=tfplanShows what changes Terraform would make without actually applying them.
terraform plan [-out=<file>]
Save the plan to apply it later
terraform plan -out=tfplan