DevOps

Mastering Terraform State: Real Incidents, Lessons, and Best Practices

Introduction: What is Terraform State? Terraform doesn’t just apply your infrastructure code and forget about it. It keeps track of what’s been created — every EC2 instance, every S3 bucket, every RDS database, every security group, and many more. That data is stored in a file called terraform.tfstate. This state file is how...

by Karandeep Singh
Tag: terraformversioning
08-Aug-2025