Process Flow - Terraform state rm for removing resources
Identify resource to remove
Run terraform state rm command
Terraform updates state file
Resource removed from state
Resource still exists in cloud
Next terraform apply ignores removed resource
This flow shows how Terraform removes a resource from its state file without deleting it from the cloud.