Terraform Stacks

🏢Official
by hashicorp · vlatest · Repository

Automates HashiCorp Terraform stack deployments, managing infrastructure as code across diverse cloud environments.

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-stacks npx -- -y @trustedskills/terraform-stacks
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "terraform-stacks": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/terraform-stacks"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The terraform-stacks skill enables AI agents to manage infrastructure as code using Terraform, allowing them to provision, modify, and destroy cloud resources across multiple providers. It supports defining and deploying complex infrastructure configurations through declarative configuration files.

When to use it

  • Automating the deployment of cloud resources such as virtual machines, databases, or networking components.
  • Managing multi-cloud environments with consistent infrastructure definitions.
  • Streamlining CI/CD pipelines by integrating Terraform into automated workflows for infrastructure changes.

Key capabilities

  • Declarative infrastructure management using Terraform configuration files (.tf).
  • Support for multiple cloud providers including AWS, Azure, and Google Cloud.
  • State management to track resource provisioning status across environments.

Example prompts

  • "Provision a new EC2 instance on AWS with a public IP address."
  • "Create a VPC and subnet structure in Azure using Terraform."
  • "Destroy all resources defined in the current Terraform configuration."

Tips & gotchas

  • Ensure that your AI agent has access to the necessary cloud provider credentials for authentication.
  • Use terraform init before applying changes to initialize the working directory with providers and modules.

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
hashicorp
Installs
592

🏢 Official

Published by the company or team that built the technology.