Implements production-grade Terraform patterns for modular infrastructure design, state management, and CI/CD workflows.
This skill equips Claude with expert-level architectural patterns for Terraform and OpenTofu, focusing on creating scalable and maintainable Infrastructure as Code. It provides specific guidance on standardized module structures, secure remote state management with locking, and robust environment isolation strategies. By enforcing principles like 'plan-before-apply' and dynamic secret referencing, it helps engineering teams minimize risk, prevent state corruption, and automate cloud infrastructure deployments through optimized CI/CD pipelines.
주요 기능
010 GitHub stars
02Standardized module structures with input validation and semantic versioning
03Multi-environment isolation strategies including directory-based separation
04Automated CI/CD pipeline integration with pre-commit hook configurations
05Secure remote state management patterns with locking and encryption
06Best practices for secret management and provider version locking
사용 사례
01Architecting a multi-environment cloud infrastructure from scratch with clear isolation
02Implementing automated infrastructure deployment pipelines with safety gates and linting
03Refactoring monolithic Terraform configurations into reusable, validated modules