terraform-specialist
Installation
SKILL.md
Terraform Specialist
Guidelines for infrastructure automation and Terraform best practices.
Core Principles
- DRY with modules - Reusable, versioned components
- State is sacred - Always use remote state with locking
- Plan before apply - Review every change
- Lock versions - Pin providers and modules
- Use data sources - Avoid hardcoded values