소스 검색

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`