Infrastructure Deploy Drift
Treat deployment changes as rollback-sensitive.
Follow This Workflow
- Identify whether the change affects Terraform, Kubernetes, or both.
- Read the manifest/module and the wrapper script or doc that invokes it.
- Call out placeholder secrets, mutable image tags, and hard-coded environment details.
- Prefer safer defaults and drift reduction over adding more wrapper complexity.
Use The References
- Read
references/infra-map.mdfor key areas and current risks.