Process Flow - Plan output reading
Run terraform plan
Terraform analyzes config
Detect changes: add, modify, delete
Generate plan output
User reads plan output
Decide to apply or not
Terraform plan reads your config, compares with current state, and shows what will change before applying.