Process Flow - Terraform state pull and push
Start
Run 'terraform state pull'
Download current state file
Modify state file locally (optional)
Run 'terraform state push'
Upload updated state file
End
This flow shows how Terraform downloads the current state, optionally modifies it locally, then uploads the updated state back.