terraform-module-library

Community

Standardize cloud infra with reusable Terraform modules.

Authorathola
Version1.0.0
Installs0

System Documentation

What problem does it solves?

Manually provisioning cloud infrastructure is error-prone and inconsistent. This skill helps you build reusable, well-tested Terraform modules to standardize infrastructure-as-code across AWS, Azure, and GCP.

Core Features & Use Cases

  • Multi-Cloud Module Patterns: Provides production-ready Terraform module structures for AWS, Azure, and GCP.
  • IaC Best Practices: Guides on semantic versioning, documentation, input validation, and output management.
  • Module Composition: Demonstrates how to combine modules for complex infrastructure deployments.
  • Use Case: Quickly provision a new production environment on AWS, including VPC and RDS, using pre-defined, compliant Terraform modules.

Quick Start

To create a new AWS VPC module, define your main.tf, variables.tf, and outputs.tf files following the standard module pattern.

Dependency Matrix

Required Modules

None required

Components

assetsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: terraform-module-library
Download link: https://github.com/athola/claudenomicon/archive/main.zip#terraform-module-library

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository