We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d93f1c commit fd8276aCopy full SHA for fd8276a
1 file changed
.gitignore
@@ -1,5 +1,5 @@
1
# Local .terraform directories
2
-.terraform/
+*.terraform**
3
4
# .tfstate files
5
*.tfstate
@@ -13,7 +13,6 @@ crash.*.log
13
# password, private keys, and other secrets. These should not be part of version
14
# control as they are data points which are potentially sensitive and subject
15
# to change depending on the environment.
16
-*.tfvars
17
*.tfvars.json
18
19
# Ignore override files as they are usually used to override resources locally and so
@@ -25,7 +24,7 @@ override.tf.json
25
24
26
# Ignore transient lock info files created by terraform apply
27
.terraform.tfstate.lock.info
28
-
+.terraform.lock.hcl
29
# Include override files you do wish to add to version control using negated pattern
30
# !example_override.tf
31
0 commit comments