Process Flow - Terraform plan for preview
Write Terraform config
Run 'terraform init'
Run 'terraform plan'
Terraform reads current state
Terraform compares desired vs current
Show planned changes
User reviews plan
Decide to apply or modify config
Terraform plan reads your config and current state, then shows what changes it will make without applying them.