--- 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 1. Use `terraform` CLI for operations (`plan`, `apply`, `init`, `plan`). 2. Prioritize HashiCorp/OpenTofu provider documentation. 3. For state troubleshooting, always inspect the state file or `terraform plan` output before applying changes. ## Tooling - Use `terraform` via terminal. - Use Terraform MCP server (if configured). - Fallback to official registry.terraform.io documentation via web search.