Terraform Engineer
Automates Terraform code generation, infrastructure provisioning, and management based on natural language requests.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add terraform-engineer npx -- -y @trustedskills/terraform-engineer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"terraform-engineer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/terraform-engineer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to generate Terraform configuration files. It can automate infrastructure provisioning and management, defining resources like virtual machines, networks, and storage accounts in a declarative way. The generated configurations are compatible with various cloud providers, enabling consistent deployments across different environments.
When to use it
- Provisioning new development or testing environments quickly.
- Automating the creation of cloud infrastructure for a new project.
- Managing existing infrastructure by generating Terraform code from current state.
- Creating repeatable and version-controlled infrastructure deployments.
Key capabilities
- Generates Terraform configuration files.
- Supports multiple cloud providers (implied).
- Automates infrastructure provisioning.
- Declarative resource definition.
Example prompts
- "Generate a Terraform file to create an AWS EC2 instance with 2 vCPUs and 4GB of RAM."
- "Create a Terraform configuration for deploying a Kubernetes cluster on Google Cloud Platform."
- βCan you output the terraform code needed to deploy a database server?β
Tips & gotchas
The agent requires knowledge of cloud provider-specific resources and configurations. Providing clear instructions about desired resource properties is crucial for generating accurate and functional Terraform files.
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.