← All plugins
jeremy-vertex-terraform
v2.22.0Terraform configurations for Vertex AI platform and Agent Engine
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/jeremy-vertex-terraform/ inside the repository.
Layout
plugins/devops/jeremy-vertex-terraform/
├── .claude-plugin/plugin.json└── skills/vertex-infra-expert/SKILL.md
Skills1
vertex-infra-expertskills/vertex-infra-expert/SKILL.md
Execute use when provisioning Vertex AI infrastructure with Terraform. Trigger with phrases like "vertex ai terraform", "deploy gemini terraform", "model garden infrastructure", "vertex ai endpoints terraform", or "vector search terraform". Provisions Model Garden models, Gemini endpoints, vector search indices, ML pipelines, and production AI services with encryption and auto-scaling.
Manifests1
plugins/devops/jeremy-vertex-terraform/.claude-plugin/plugin.json
{
"name": "jeremy-vertex-terraform",
"version": "2.22.0",
"description": "Terraform configurations for Vertex AI platform and Agent Engine",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"terraform",
"vertex-ai",
"gemini",
"model-garden",
"infrastructure",
"iac",
"ml-ops",
"ai-infrastructure"
]
}