Terraform Specialist
Automates infrastructure provisioning and management on AWS, Azure, and GCP using Terraform code.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add terraform-specialist npx -- -y @trustedskills/terraform-specialist
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"terraform-specialist": {
"command": "npx",
"args": [
"-y",
"@trustedskills/terraform-specialist"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The Terraform Specialist skill enables AI agents to manage cloud infrastructure as code, specifically focusing on the lifecycle of Terraform state files and resource provisioning. It allows agents to safely plan, apply, and destroy resources while maintaining strict control over remote backends like S3 or Azure Blob Storage.
When to use it
- Automating the creation and modification of complex multi-cloud environments without manual CLI intervention.
- Managing state file locking and consistency across distributed teams to prevent configuration drift.
- Executing safe resource destruction workflows that adhere to organizational compliance policies.
- Generating and validating
terraform planoutputs before committing changes to production repositories.
Key capabilities
- State file management with remote backends (S3, Azure Blob, GCS).
- Resource lifecycle automation including create, read, update, and delete operations.
- Integration with version control systems for infrastructure code tracking.
- Execution of
terraform init,plan, andapplycommands programmatically.
Example prompts
- "Initialize a new Terraform project in AWS and provision a VPC with public and private subnets."
- "Plan the changes required to update the instance type for all production EC2 resources from t3.medium to t3.large."
- "Destroy the development environment state file located in our S3 bucket after confirming no active workloads exist."
Tips & gotchas
Ensure your AI agent has explicit read/write permissions on the remote backend storage before attempting state management operations. Always verify that terraform plan outputs are reviewed by a human or validated against policy-as-code rules before executing apply in production environments to prevent accidental data loss.
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.