mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Exclude *.tfvars files (#3452)
Co-authored-by: Kevin Cochran <kcochran@hashicorp.com>
This commit is contained in:
parent
eea28935df
commit
36ce3a894d
@ -8,11 +8,12 @@
|
|||||||
# Crash log files
|
# Crash log files
|
||||||
crash.log
|
crash.log
|
||||||
|
|
||||||
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
|
# Exclude all .tfvars files, which are likely to contain sentitive data, such as
|
||||||
# .tfvars files are managed as part of configuration and so should be included in
|
# password, private keys, and other secrets. These should not be part of version
|
||||||
# version control.
|
# control as they are data points which are potentially sensitive and subject
|
||||||
|
# to change depending on the environment.
|
||||||
#
|
#
|
||||||
# example.tfvars
|
*.tfvars
|
||||||
|
|
||||||
# Ignore override files as they are usually used to override resources locally and so
|
# Ignore override files as they are usually used to override resources locally and so
|
||||||
# are not checked in
|
# are not checked in
|
||||||
|
Loading…
Reference in New Issue
Block a user