add new chinese translations
This commit is contained in:
28
pages.zh/common/terragrunt.md
Normal file
28
pages.zh/common/terragrunt.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# terragrunt
|
||||
|
||||
> 保持您的 Terraform CLI 参数干燥。
|
||||
> 更多信息:<https://terragrunt.gruntwork.io>。
|
||||
|
||||
- 生成并显示执行计划:
|
||||
|
||||
`terragrunt plan`
|
||||
|
||||
- 构建或更改基础设施:
|
||||
|
||||
`terragrunt apply`
|
||||
|
||||
- 显示当前部署(来自状态):
|
||||
|
||||
`terragrunt show`
|
||||
|
||||
- 显示模块输出值:
|
||||
|
||||
`terragrunt output`
|
||||
|
||||
- 销毁 Terraform 管理的基础设施:
|
||||
|
||||
`terragrunt destroy`
|
||||
|
||||
- 从 Terragrunt 模块树(堆栈)构建或更改基础设施:
|
||||
|
||||
`terragrunt run-all apply`
|
Reference in New Issue
Block a user