We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c2e50c + 2f3c7b3 commit 1d4819bCopy full SHA for 1d4819b
Terraform.gitignore
@@ -35,3 +35,10 @@ override.tf.json
35
# Ignore CLI configuration files
36
.terraformrc
37
terraform.rc
38
+
39
+# Optional: ignore graph output files generated by `terraform graph`
40
+# *.dot
41
42
+# Optional: ignore plan files saved before destroying Terraform configuration
43
+# Uncomment the line below if you want to ignore planout files.
44
+# planout
0 commit comments