瀏覽代碼

terraform: add fmt (#3941)

Nelson Figueroa 5 年之前
父節點
當前提交
5460fb1014
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pages/common/terraform.md

+ 4 - 0
pages/common/terraform.md

@@ -7,6 +7,10 @@
 
 `terraform init`
 
+- Format configuration according to Terraform language style conventions:
+
+`terraform fmt`
+
 - Generate and show an execution plan:
 
 `terraform plan`