Agent skill
terraform
Terraform infrastructure-as-code workflow patterns: state and environments, module design, safe plan/apply, drift control, and CI guardrails
Install this agent skill to your Project
npx add-skill https://github.com/bobmatnyc/claude-mpm-skills/tree/main/universal/infrastructure/terraform
SKILL.md
Terraform
Quick Start (workflow)
terraform init
terraform plan -out=tfplan
terraform apply tfplan
Safety Checklist
- State: remote backend + locking; separate state per environment
- Reviews: plan in CI; apply from a trusted runner with approvals
- Guardrails:
prevent_destroyand policy checks for prod
Load Next (References)
references/state-and-environments.md— backends, locking, workspaces vs separate state, driftreferences/modules-and-composition.md— module interfaces, versioning, composition patternsreferences/workflows-and-guardrails.md— CI plan/apply, policy-as-code, safe migrations
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
bad-example-skill
ANTI-PATTERN - Example showing violations of self-containment (DO NOT COPY)
example-framework-skill
Example of a properly self-contained skill following all best practices
systematic-debugging
Systematic debugging methodology emphasizing root cause analysis over quick fixes
verification-before-completion
Run verification commands and confirm output before claiming success
Root Cause Tracing
Systematically trace bugs backward through call stack to find original trigger
Brainstorming Ideas Into Designs
Interactive idea refinement using Socratic method to develop fully-formed designs
Didn't find tool you were looking for?