Browse Source

terraform: add fmt (#3941)

Nelson Figueroa 5 năm trước cách đây
mục cha
commit
5460fb1014
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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`