© 2026 Hashnode
Terraform works by comparing desired state (your .tf files) with the actual infrastructure using the state file. What is terraform.tfstate? It stores the current state of your infrastructure. Terraform uses it to detect what to create, update, or d...
