name: "terraform" description: "Skills for managing infrastructure as code with Terraform. Prioritize terraform CLI and relevant MCP tools."
Terraform Skills
Use this skill for all Terraform-related tasks: infrastructure provisioning, resource state management, and troubleshooting.
Workflow
- Use
terraformCLI for operations (plan,apply,init,plan). - Prioritize HashiCorp/OpenTofu provider documentation.
- For state troubleshooting, always inspect the state file or
terraform planoutput before applying changes.
Tooling
- Use
terraformvia terminal. - Use Terraform MCP server (if configured).
- Fallback to official registry.terraform.io documentation via web search.