What problem does it solve?
This Skill prevents infrastructure drift by enforcing that cloud resources are created, updated, and reconciled only through version-controlled Infrastructure as Code rather than ad-hoc console changes.
Core Features & Use Cases
- Declarative IaC over click-ops: Defines desired state and relies on tooling diffs instead of imperative runbooks, reducing re-run breakage.
- State protection and safe change management: Treats Terraform/Pulumi/stack state as the source of truth with remote state, locking, encryption, and plan-first apply.
- Team-ready review and drift playbooks: Provides Terraform style guidance, review checklists, and practical detection/resolution steps for drift scenarios.
Quick Start
Use the iac-discipline skill to review your Terraform plan and identify anything that could cause unexpected destroys, drift risk, or unsafe state changes for your deployment.