wshobson/agents✦ 精选0°

terraform-module-library

仓库创建 2025年7月25日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由

加速基础设施交付并标准化资源配置。

这个 Skill 做什么

面向多云的可复用Terraform模块与最佳实践库。

把常用云资源抽象成可复用的 Terraform 模块,方便在 AWS、Azure、GCP、OCI 等多云环境里统一部署基础设施。需要建立标准化、可测试、可复用的 IaC 组件或制作公司内部模块库时会用到。特别在于提供生产级模式和最佳实践,能减少重复配置、提升模块一致性与可维护性。

▸ 展开 SKILL.md 英文原文

Build reusable Terraform modules for AWS, Azure, GCP, and OCI infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.

开发编程Terraform模块基础设施即代码复用通用
3.8w
Stars
4.1k
Forks
40
仓库内 Skill
+683
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/wshobson/agents/main/plugins/cloud-infrastructure/skills/terraform-module-library/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/wshobson/agents/main/plugins/cloud-infrastructure/skills/terraform-module-library/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Terraform Module Library

Production-ready Terraform module patterns for AWS, Azure, GCP, and OCI infrastructure.

## Purpose

Create reusable, well-tested Terraform modules for common cloud infrastructure patterns across multiple cloud providers.

## When to Use

- Build reusable infrastructure components
- Standardize cloud resource provisioning
- Implement infrastructure as code best practices
- Create multi-cloud compatible modules
- Establish organizational Terraform standards

## Module Structure

```
terraform-modules/
├── aws/
│   ├── vpc/
│   ├── eks/
│   ├── rds/
│   └── s3/
├── azure/
│   ├── vnet/
│   ├── aks/
│   └── storage/
├── gcp/
│   ├── vpc/
│   ├── gke/
│   └── cloud-sq
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有