DevOps · Infrastructure as Code
What is Terraform state management?
Terraform state records the relationship between configuration and managed infrastructure so Terraform can calculate changes. State may contain resource identifiers and sensitive values, so it must be protected like operational data.