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 4337399 commit 2521edeCopy full SHA for 2521ede
.gitignore
@@ -1,5 +1,6 @@
1
# Local .terraform directories
2
**/.terraform/*
3
+**/.terrafor*
4
5
# .tfstate files
6
*.tfstate
@@ -12,7 +13,6 @@ crash.log
12
13
# .tfvars files are managed as part of configuration and so should be included in
14
# version control.
15
#
-*.zip*
16
*.tfvars
17
18
# Ignore override files as they are usually used to override resources locally and so
@@ -24,6 +24,9 @@ override.tf.json
24
25
# General
26
.DS_Store
27
+**/.DS_Store
28
+*.tgz
29
+*.zip
30
.AppleDouble
31
.LSOverride
32
0 commit comments