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 3d1f3fa + a58f1ab commit c5437d0Copy full SHA for c5437d0
Terraform.gitignore
@@ -1,10 +1,13 @@
1
-# Local .terraform directories
+# Local .terraform directories
2
**/.terraform/*
3
4
# .tfstate files
5
*.tfstate
6
*.tfstate.*
7
8
+# Crash log files
9
+crash.log
10
+
11
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
12
# .tfvars files are managed as part of configuration and so should be included in
13
# version control.
0 commit comments