State
Terraform state is like a detailed record keeper. It keeps track of all the resources (like virtual machines, databases, etc.) that Terraform has created and is managing on cloud providers like AWS, GCP, and others. This record helps Terraform know what already exists so it can figure out what needs to be created, updated, or deleted when you make changes to your infrastructure code.