Terraform Gcp Integration
Helps with Terraform, Google Cloud, integration 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.
Run in terminal (recommended)
claude mcp add terraform-gcp-integration npx -- -y @trustedskills/terraform-gcp-integration
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"terraform-gcp-integration": {
"command": "npx",
"args": [
"-y",
"@trustedskills/terraform-gcp-integration"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Google Cloud Platform (GCP) infrastructure using Terraform. It enables the agent to provision, modify, and manage GCP resources like virtual machines, storage buckets, and networks through declarative configuration files. The skill leverages Terraform's state management capabilities for tracking and controlling changes within a GCP environment.
When to use it
- Automated Infrastructure Provisioning: Automatically create new development or testing environments in GCP based on specific requirements.
- Resource Management: Modify existing GCP resources, such as resizing virtual machines or updating network configurations.
- Infrastructure-as-Code (IaC) Implementation: Manage and deploy your entire GCP infrastructure using Terraform configuration files.
- Disaster Recovery Planning: Quickly recreate critical GCP infrastructure in response to outages or failures.
Key capabilities
- Terraform execution within the agent environment
- GCP resource provisioning and management
- Declarative infrastructure definition via Terraform code
- State file management for tracking changes
Example prompts
- "Create a new Google Compute Engine instance named 'my-vm' in zone 'us-central1'."
- "Apply the Terraform configuration located at
/path/to/terraform.tf." - "Show me the current state of my GCP infrastructure managed by Terraform."
Tips & gotchas
- Requires a configured Google Cloud project and appropriate credentials for Terraform to access GCP resources.
- Ensure that the Terraform code provided is valid and compatible with your desired GCP environment.
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.