terraform state rm removes Terraform ownership records. It does not delete the AWS object.
That distinction creates one of the most common Terraform misunderstandings. Engineers often assume state removal behaves like infrastructure destruction. The remote object still exists. Terraform simply stops tracking it.
This lesson explains why unchanged configuration can trigger recreation attempts after state removal, how for_each addresses change removal scope, and why unmanaged infrastructure becomes an operational risk.
The walkthrough uses AWS SSM parameters to demonstrate low-cost, deployable examples with current Terraform syntax.

