We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503c26b commit f1f5397Copy full SHA for f1f5397
1 file changed
Terraform.gitignore
@@ -24,3 +24,6 @@ override.tf.json
24
# Include override files you do wish to add to version control using negated pattern
25
#
26
# !example_override.tf
27
+
28
+# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
29
+# example: *tfplan*
0 commit comments