infrastructure-terraform
Installation
SKILL.md
Infrastructure Terraform
Expert knowledge for Infrastructure as Code using Terraform with focus on declarative HCL, state management, and resilient infrastructure.
When to Use This Skill
| Use this skill when... | Use a tfc-* sibling instead when... |
|---|---|
| Writing or modifying Terraform HCL configuration locally | Inspecting Terraform Cloud run state via API (tfc-run-status) |
Running terraform init/plan/apply/destroy against a backend |
Reading TFC plan/apply log streams (tfc-run-logs) |
| Designing module structure, providers, or remote backends | Analyzing structured plan JSON from a TFC run (tfc-plan-json) |
| Debugging local state, drift, or import workflows | Listing or filtering TFC run history (tfc-list-runs, tfc-workspace-runs) |