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`