From aws-skills-for-claude-code
Searches Terraform registry for providers, modules, policies, and details; manages HCP Terraform workspaces, runs, variables for IaC workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aws-skills-for-claude-code:terraformThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- search_providers / get_provider_details - Provider documentation
{
"mcpServers": {
"terraform": {
"command": "docker",
"args": ["run", "-i", "--rm", "-e", "TFE_TOKEN", "hashicorp/terraform-mcp-server"],
"env": {
"TFE_TOKEN": "$TFE_TOKEN"
}
}
}
}
Set ENABLE_TF_OPERATIONS=true for destructive operations (apply/destroy).
After changing env vars, restart the Docker container.
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeManages Terraform Cloud workspaces, monitors runs, retrieves plan/apply logs via TFC API with curl/jq, and searches providers/modules in the registry.
Manages Terraform IaC with HCL configuration, state management, modular design, plan-apply workflows for cloud and on-prem resource provisioning.
Designs Terraform/OpenTofu modules, manages state backends and workspaces, and implements policy-as-code and CI/CD automation for IaC.