
My Terraform Drift Alert Could Not Explain the Drift
My Terraform drift detector could send an email, but it could not explain what changed or how serious it was. I changed the SNS message into structured JSON, delivered it to SQS for audit processing, and used Lambda to classify every resource change by severity.
#Terraform#AWS