We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea9c64 commit bddea2cCopy full SHA for bddea2c
Terraform.gitignore
@@ -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
-#
17
*.tfvars
18
19
# Ignore override files as they are usually used to override resources locally and so
@@ -24,7 +23,6 @@ override.tf.json
24
23
*_override.tf.json
25
26
# Include override files you do wish to add to version control using negated pattern
27
28
# !example_override.tf
29
30
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
0 commit comments