Terraform — библиотека модулей для мультиоблачной инфраструктуры
★ 8.5 · engineering
terraform-module-library is a Claude Code skill that guides the creation of reusable Terraform modules for AWS, Azure, GCP, and OCI infrastructure following infrastructure-as-code best practices. Each module follows a consistent layout: main.tf, variables.tf, outputs.tf, versions.tf, an examples/ directory, and a tests/ directory with Terratest files written in Go. Built-in patterns cover VPC, EKS, RDS, S3 on AWS; VNet, AKS, and Storage on Azure; GKE and Cloud SQL on GCP; and VCN, OKE, and Object Storage on OCI. The skill is designed for platform and DevOps teams who need to standardize multi-cloud provisioning, enforce input validation with Terraform validation blocks, apply consistent resource tagging, and compose modules — for example, wiring an RDS module to outputs from a VPC module.
- #terraform
- #infrastructure-as-code
- #modules
- #aws
- #azure
- #gcp
- #oci