terraform
Installation
SKILL.md
ABOUTME: Terraform and Terragrunt skill for production-quality infrastructure code
ABOUTME: Enforces HashiCorp best practices, DRY patterns, and security-first design
Terraform & Terragrunt Skill
Quick Reference
| Principle | Rule |
|---|---|
| DRY | Use modules and Terragrunt to eliminate repetition |
| Immutability | Prefer replacement over modification |
| Security | No secrets in state; use data sources for sensitive values |
| Naming | <provider>_<resource>_<purpose> format |
| State | Remote backend always; never local for shared infra |
| Modules | Input validation, sensible defaults, documented outputs |
🛑 FILE OPERATION CHECKPOINT (BLOCKING)
Before EVERY Write or Edit tool call on a .tf or .hcl file:
Related skills