Terraform Engineer

🌐Community
by jeffallan Β· vlatest Β· Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add terraform-engineer npx -- -y @trustedskills/terraform-engineer
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jeffallan
Installs
0

🌐 Community

Passed automated security scans.