A Terraform plan in CI wants to destroy resources in production. What has to happen before anyone is allowed to approve it?
When a Terraform plan wants to destroy production, stop and identify whether the diff comes from state drift, a provider change, a renamed resource or real configuration intent. Do not approve until the blast radius is understood. It also connects IAC to the point an interviewer is testing.