What problem does it solve?
This Skill prevents accidental destructive infrastructure changes in Terraform by enforcing planning, categorization of safe/risky/destructive resources, and mandatory user confirmations before applying updates.
Core Features & Use Cases
- Automated Planning and Categorization: Discovers modules, runs plans, and classifies changes as safe, risky, or destructive with clear impact descriptions.
- Confirmation Gates and Targeted Applies: Offers options to apply only safe resources first, requires explicit acknowledgments for deletions, and handles mixed plans securely.
- Use Case: When updating a production AWS environment, use this Skill to review a plan showing new instances as safe and an old bucket deletion as destructive, then apply only the safe parts while gating the risky one for later review.
Quick Start
Invoke the terraform apply skill by saying "apply the terraform changes to the main module after reviewing the plan."