Explorar el Código

terraform: add fmt (#3941)

Nelson Figueroa hace 5 años
padre
commit
5460fb1014
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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`