Files
nexus/wiki/entities/Terragrunt.md
2026-04-20 07:08:14 +08:00

27 lines
662 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: "Terragrunt"
type: entity
tags: [IaC, Terraform, AWS]
---
## Definition
Terraform 的包装工具wrapper提供模块化、变量共享和环境隔离功能用于跨多账户部署基础设施。
## Key Attributes
- **类型**IaC 工具包装器
- **开发商**Gruntwork
- **核心功能**
- DRYDon't Repeat Yourself原则
- 变量共享
- 模块化配置
- 环境隔离
- 远程状态管理
## Aliases
- Terragrunt
## Connections
- [[Terraform]] ← wrapped_by ← [[Terragrunt]]
- [[Terragrunt]] ← deploys ← [[RDS]]
- [[Terragrunt]] ← deploys ← [[EKS]]
- [[Gruntwork]] ← maintains ← [[Terragrunt]]