Terraform Infrastructure
Automates Terraform infrastructure provisioning and management using pre-approved configurations from manutej.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add manutej-terraform-infrastructure npx -- -y @trustedskills/manutej-terraform-infrastructure
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"manutej-terraform-infrastructure": {
"command": "npx",
"args": [
"-y",
"@trustedskills/manutej-terraform-infrastructure"
]
}
}
}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 cloud infrastructure using Terraform. It can create, modify, and destroy resources like virtual machines, networks, and storage accounts based on defined configurations. The agent can automate the deployment of entire infrastructure stacks from code, ensuring consistency and repeatability.
When to use it
- Automated environment setup: Quickly spin up development or testing environments without manual configuration.
- Infrastructure as Code (IaC): Define your cloud resources in a declarative way and manage them through version control.
- Consistent deployments: Ensure that infrastructure changes are applied consistently across different regions or accounts.
- Disaster recovery planning: Automate the recreation of critical infrastructure components in case of an outage.
Key capabilities
- Terraform code generation
- Resource provisioning and deprovisioning
- Infrastructure state management
- Support for multiple cloud providers (implied)
Example prompts
- "Create a Terraform configuration to deploy three EC2 instances in us-east-1."
- "Generate Terraform code for a VPC with two public subnets."
- "Apply the existing Terraform plan and provision the resources."
Tips & gotchas
- Requires familiarity with Terraform concepts and syntax.
- The agent's output will be Terraform configuration files, which may require review and adjustments before applying to your cloud environment.
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.