Terraform Module Library
Helps with Terraform, libraries 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 first-fluke-terraform-module-library npx -- -y @trustedskills/first-fluke-terraform-module-library
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"first-fluke-terraform-module-library": {
"command": "npx",
"args": [
"-y",
"@trustedskills/first-fluke-terraform-module-library"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to a curated library of Terraform modules. It allows AI agents to discover, select, and apply pre-built infrastructure components for common cloud services. The module library simplifies infrastructure provisioning and promotes consistency across environments by leveraging reusable code.
When to use it
- Automated Infrastructure Provisioning: Quickly deploy standard infrastructure stacks like databases or load balancers without writing custom Terraform configurations.
- Consistent Environments: Ensure identical deployments across development, staging, and production using pre-vetted modules.
- Rapid Prototyping: Accelerate the creation of proof-of-concept environments by leveraging readily available building blocks.
- Standardized Cloud Resources: Easily deploy common cloud resources like VPCs, subnets, or security groups with consistent configurations.
Key capabilities
- Module Discovery: Search and browse a library of Terraform modules.
- Module Selection: Choose appropriate modules based on descriptions and metadata.
- Automated Application: Integrate selected modules into existing Terraform workflows.
Example prompts
- "Find me a Terraform module for deploying an AWS RDS instance."
- "Show me the available Terraform modules for creating Kubernetes clusters."
- “Apply the ‘vpc-example’ Terraform module to my current project.”
Tips & gotchas
The effectiveness of this skill depends on having a working Terraform environment configured. Module compatibility and versioning should be carefully considered when integrating with existing infrastructure.
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.