All series
1 part

Terraform Drift: Catching Infrastructure Changes Before They Catch You

View source on GitHub
  1. 1

    The Security Group Change Terraform Never Told Me About

    Terraform could reproduce my infrastructure, but it could not warn me when someone changed AWS manually. I built a CodeBuild job that runs Terraform plan, handles the drift exit code correctly, reads shared configuration from SSM, and sends an SNS email when the real infrastructure no longer matches the code.