Terraform Skill
Automates Terraform deployments, managing infrastructure as code with customizable configurations and resource provisioning.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add terraform-skill npx -- -y @trustedskills/terraform-skill
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"terraform-skill": {
"command": "npx",
"args": [
"-y",
"@trustedskills/terraform-skill"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to manage and provision infrastructure using Terraform. It enables users to define and deploy cloud resources, configure networks, and automate infrastructure changes through code. The skill facilitates repeatable and consistent deployments across various environments.
When to use it
- Automated Infrastructure Provisioning: Quickly spin up development or testing environments without manual configuration.
- Cloud Resource Management: Easily manage existing AWS, Azure, or GCP resources by defining them in Terraform code.
- Infrastructure as Code (IaC): Implement IaC practices to version control and automate infrastructure deployments.
- Consistent Environments: Ensure consistent configurations across multiple environments (e.g., dev, staging, production).
Key capabilities
- Terraform code execution
- Cloud resource provisioning (AWS, Azure, GCP)
- Infrastructure as Code (IaC) management
- Automated deployments
Example prompts
- "Apply the Terraform configuration located at
/path/to/terraform.tf." - "Create a new AWS EC2 instance using the provided Terraform variables."
- "Destroy all resources defined in my Terraform state file."
Tips & gotchas
- Requires familiarity with Terraform syntax and concepts.
- Ensure proper authentication credentials are configured for the target cloud provider.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.