Process Flow - Terraform destroy for cleanup
Start: Terraform destroy command
Load current state file
Plan resource destruction
Show resources to be destroyed
User confirms destruction
Yes
Destroy resources in cloud
Update state file to remove destroyed resources
End
Terraform destroy loads the current state, plans resource removal, asks for confirmation, then deletes resources and updates the state.