소스 검색

docs: update Terraform.gitignore (#2998)

Viet Nguyen 6 년 전
부모
커밋
f1f53976fa
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Terraform.gitignore

+ 3 - 0
Terraform.gitignore

@@ -24,3 +24,6 @@ override.tf.json
 # Include override files you do wish to add to version control using negated pattern
 #
 # !example_override.tf
+
+# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
+# example: *tfplan*