Process Flow - Terraform CLI overview
Start: User writes Terraform config
Run 'terraform init'
Terraform downloads providers
Run 'terraform plan'
Terraform shows planned changes
Run 'terraform apply'
Terraform creates/updates infrastructure
Run 'terraform destroy'
Terraform deletes infrastructure
End
This flow shows how a user writes config, initializes Terraform, plans changes, applies them, and optionally destroys infrastructure.