Files
nexus/wiki/entities/Gruntwork.md

33 lines
996 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Gruntwork"
type: entity
tags:
- Terraform
- IaC
- Modules
sources:
- learning-sessions-cloud-transformation-programme-20230808-183322-meeting-recordi
- ctp-topic-9-ci-cd-with-gruntwork
- ctp-topic-16-cross-account-terraform-modules
last_updated: 2023-08-08
---
## Profile
Gruntwork基础设施即代码IaC平台提供生产级的 Terraform 模块库,帮助团队快速搭建云基础设施。
## Aliases
- Gruntwork
- Gruntwork.io
## Key Products
- **Terraform 模块库**:生产级、可复用的 Terraform 模块,覆盖 VPC、ECS、EKS、RDS 等 AWS 资源
- **Terragrunt**:轻量级包装器,践行 DRY 原则
## Role in CTP Context
CTP/SRE 团队以 Gruntwork 仓库为基础,构建了 ECS Terraform 模块,实现容器化应用在 AWS 上的标准化部署。
## Connections
- [[ECS-Module]] ← based_on ← GruntworkCTP 在 Gruntwork 基础上构建)
- [[Terraform]]:核心工具
- [[Infrastructure-as-Code]]:方法论基础