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 eea2893 commit 36ce3a8Copy full SHA for 36ce3a8
Terraform.gitignore
@@ -8,11 +8,12 @@
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.
+# Exclude all .tfvars files, which are likely to contain sentitive data, such as
+# password, private keys, and other secrets. These should not be part of version
+# control as they are data points which are potentially sensitive and subject
14
+# to change depending on the environment.
15
#
-# example.tfvars
16
+*.tfvars
17
18
# Ignore override files as they are usually used to override resources locally and so
19
# are not checked in
0 commit comments