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.
1 parent 7125e5c commit 2f3c7b3Copy full SHA for 2f3c7b3
Terraform.gitignore
@@ -36,8 +36,8 @@ override.tf.json
36
.terraformrc
37
terraform.rc
38
39
-# Ignore graph files
40
-*.dot
+# Optional: ignore graph output files generated by `terraform graph`
+# *.dot
41
42
# Optional: ignore plan files saved before destroying Terraform configuration
43
# Uncomment the line below if you want to ignore planout files.
0 commit comments