add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,20 @@
# terraform fmt
> 根据 Terraform 语言样式约定格式化配置。
> 更多信息:<https://developer.hashicorp.com/terraform/cli/commands/fmt>。
- 格式化当前目录中的配置:
`terraform fmt`
- 格式化当前目录及子目录中的配置:
`terraform fmt -recursive`
- 显示格式化更改的差异:
`terraform fmt -diff`
- 不将格式化的文件列出到 `stdout`
`terraform fmt -list=false`