seniorDevOps
Managing Drift in Infrastructure as Code.
Updated Apr 28, 2026
Short answer
Configuration drift occurs when real-world cloud resources diverge from the IaC definitions, usually due to manual console changes.
Deep explanation
To manage drift, you must run frequent scheduled terraform plan checks (Drift Detection). GitOps inherently prevents drift by constantly reconciling state. If drift is detected, you can either overwrite the manual changes (terraform apply) or import the manual changes into the code.
Unlock with a Pro subscription to view this section.
View pricingReal-world example
No real-world example available yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProCommon mistakes
No common mistakes listed yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProFollow-up questions
No follow-up questions available yet.
Unlock with a Pro subscription to view this section.
Upgrade to Pro