akamai-consulting / akamai-starterkit

MIT License
4 stars 0 forks source link

Terraform Drift Management #36

Open aweingarten opened 3 months ago

aweingarten commented 3 months ago

User Story

As a customer when my TF state drifts from my real-world state I want the system to attempt to fix things automagically so that I don't need manual intervention nor do I leave dangling deployments that need to be cleaned up later.

(Yes we all know that if we use TF properly this shouldn't happen IRL. I tripped into it while I was cleaning up old resources and accidentally clipped a CNAME for an active environment) See here: https://github.com/akamai-consulting/akamai-starterkit/actions/runs/9599729014/job/26474227021

Implementation Details