Skip to main content

151 posts tagged with "DevOps"

DevOps practices, CI/CD, and automation

View All Tags

Terraform Resource Lifecycle — Create, Update, Destroy, and Taint

· 6 min read
Goel Academy
DevOps & Cloud Learning Hub

You rename a tag in your Terraform config, expecting a simple metadata update. Instead, Terraform announces it will destroy and recreate your production database. Your heart rate spikes. Understanding how Terraform decides to create, update, or destroy resources — and how to control that behavior — is the difference between a calm deploy and a production incident.