Terraform Azure

🌐Community
by bagelhole · vlatest · Repository

Helps with Terraform, Azure as part of deploying and managing cloud infrastructure workflows.

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

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

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

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

About This Skill

What it does

This skill allows AI agents to manage Azure resources using Terraform. It automates the provisioning and configuration of infrastructure components like virtual machines, storage accounts, and networks. The agent can apply changes defined in Terraform configuration files, ensuring consistent and reproducible deployments within an Azure environment.

When to use it

  • Automated Infrastructure Provisioning: Quickly create new development or testing environments in Azure without manual steps.
  • Consistent Deployments: Ensure all Azure resources are deployed with the same configurations every time.
  • Infrastructure Updates: Modify existing Azure infrastructure based on updated Terraform code, such as increasing VM size or adding network security rules.
  • Disaster Recovery Planning: Recreate your entire Azure environment from a Terraform configuration for disaster recovery purposes.

Key capabilities

  • Terraform plan execution
  • Terraform apply execution
  • Azure resource management via Terraform
  • Configuration file interpretation

Example prompts

  • "Apply the terraform configuration located at /path/to/terraform/main.tf."
  • "Show me a plan for deploying a new Azure Virtual Machine using this Terraform code."
  • “Run terraform init and then terraform apply in this directory.”

Tips & gotchas

  • Requires access to an Azure account with appropriate permissions to manage resources.
  • Ensure the agent has the necessary credentials configured within the Terraform environment (e.g., service principal).

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
bagelhole
Installs
8

🌐 Community

Passed automated security scans.