New Terraform Provider
Automates Terraform provider deployment and configuration updates within HashiCorp environments for streamlined infrastructure management.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add new-terraform-provider npx -- -y @trustedskills/new-terraform-provider
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"new-terraform-provider": {
"command": "npx",
"args": [
"-y",
"@trustedskills/new-terraform-provider"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The new-terraform-provider skill enables AI agents to interact with and manage infrastructure resources using Terraform, a popular open-source tool for infrastructure as code. It allows users to define, provision, and manage cloud resources through declarative configuration files.
When to use it
- Automating the deployment of cloud infrastructure across multiple providers like AWS, Azure, or GCP.
- Managing infrastructure changes in a repeatable and version-controlled manner.
- Integrating Terraform with CI/CD pipelines for automated infrastructure provisioning.
Key capabilities
- Supports declarative configuration using HCL (HashiCorp Configuration Language).
- Enables resource management across multiple cloud providers.
- Facilitates state tracking of infrastructure resources.
Example prompts
- "Provision a new EC2 instance on AWS with Terraform."
- "Create a VPC and subnet in Azure using Terraform configurations."
- "Apply changes to existing infrastructure defined in my Terraform files."
Tips & gotchas
- Ensure that the AI agent has access to the correct provider plugins for the cloud services being used.
- Always test Terraform plans before applying them to avoid unintended resource changes.
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 |
🏢 Official
Published by the company or team that built the technology.