浏览代码

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
 # Include override files you do wish to add to version control using negated pattern
 #
 #
 # !example_override.tf
 # !example_override.tf
+
+# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
+# example: *tfplan*