Terraform Gcp

🌐Community
by bagelhole · vlatest · Repository

Helps with Terraform, Google Cloud 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-gcp npx -- -y @trustedskills/terraform-gcp
2

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

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

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 Google Cloud Platform (GCP) resources using Terraform. It can create, modify, and destroy GCP infrastructure as defined in Terraform configuration files. The agent can execute Terraform commands like init, plan, and apply to automate cloud provisioning and management tasks.

When to use it

  • Automated Infrastructure Provisioning: Quickly deploy new environments or resources in GCP without manual intervention.
  • Infrastructure as Code (IaC) Management: Manage existing Terraform configurations, applying changes and ensuring consistency across your GCP infrastructure.
  • Disaster Recovery Planning: Generate a plan to recreate your GCP environment from Terraform code for disaster recovery purposes.
  • Security Auditing: Review Terraform plans to identify potential security misconfigurations before deployment.

Key capabilities

  • Terraform command execution (init, plan, apply, destroy)
  • GCP resource management via Terraform
  • Infrastructure as Code automation

Example prompts

  • "Run a Terraform plan against my GCP configuration located at /path/to/terraform."
  • "Apply the latest changes defined in my Terraform code to my GCP project."
  • "Show me the Terraform plan for creating a new Google Compute Engine instance."

Tips & gotchas

  • Requires access to a GCP project and appropriate credentials configured within your Terraform environment.
  • The agent needs sufficient permissions within GCP to perform the actions defined in the Terraform configuration.

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
12

🌐 Community

Passed automated security scans.