# Infra Deploy Drift

> Change or review infrastructure, deployment, or rollout logic in this repository. Use when work touches infrastructure/, Terraform, Kubernetes manifests, monitoring config, deployment wrappers, or environment-specific operational assumptions.

- Skill: `hoangsonww/infra-deploy-drift` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add hoangsonww/infra-deploy-drift`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hoangsonww/infra-deploy-drift/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: hoangsonww (https://skillmd.com/u/hoangsonww)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hoangsonww/infra-deploy-drift

---


# Infrastructure Deploy Drift

Treat deployment changes as rollback-sensitive.

## Follow This Workflow

1. Identify whether the change affects Terraform, Kubernetes, or both.
2. Read the manifest/module and the wrapper script or doc that invokes it.
3. Call out placeholder secrets, mutable image tags, and hard-coded environment details.
4. Prefer safer defaults and drift reduction over adding more wrapper complexity.

## Use The References

- Read `references/infra-map.md` for key areas and current risks.

