Terraform’s state is the persistent data structure that allows declarative configuration to work in practice. Without state, Terraform would have no reliable way to understand what already exists, what it manages, and what needs to change. This chapter explains: Why State Exists Terraform is declarative. You describe the desired end state of your infrastructure. To […]