Преглед на файлове

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*