📜  terraform fmt - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:30.161000             🧑  作者: Mango

代码示例1
#Commands for Terraform fmt
#to See the difference
terraform fmt -diff
#for subdirectories formatting
terraform fmt -recursive
#disable the list of file changes
terraform fmt -list=false