Many beginners misinterpret terraform state list as a cloud inventory command.
It is not.
terraform state list only reads Terraform state and returns tracked resource addresses. If infrastructure exists in AWS but was never imported or created by Terraform, it will not appear in the output.
This lesson explains how Terraform builds resource addresses, how instance keys expand state identity, and why address filtering becomes important during refactors and troubleshooting.
The goal is operational clarity: understanding what Terraform believes it owns before making infrastructure changes.

