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 terraform-module-library npx -- -y @trustedskills/terraform-module-library
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"terraform-module-library": {
"command": "npx",
"args": [
"-y",
"@trustedskills/terraform-module-library"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The terraform-module-library skill provides a collection of reusable Terraform modules that streamline infrastructure-as-code workflows. It enables users to quickly deploy and manage cloud resources by leveraging pre-built, well-documented components.
When to use it
- When you need to accelerate the deployment of common cloud infrastructure patterns like VPCs or load balancers.
- While setting up a new project and want to avoid writing custom Terraform code from scratch.
- When working in teams that require consistent and standardized infrastructure configurations across environments.
Key capabilities
- Access to a curated library of Terraform modules for various cloud providers.
- Support for modular, reusable infrastructure components.
- Integration with standard Terraform workflows and tools.
Example prompts
- "Deploy a VPC using the
terraform-module-library." - "Find a module for setting up an AWS RDS instance from the library."
- "Show me how to use the
terraform-module-libraryto create a Kubernetes cluster."
Tips & gotchas
- Ensure your Terraform version is compatible with the modules in the library.
- Review module documentation carefully, as configurations may require specific provider versions or variables.
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.