2018-05-25 11:53:33 +02:00
|
|
|
# Local .terraform directories
|
2017-10-29 21:26:00 +01:00
|
|
|
**/.terraform/*
|
2016-07-14 08:34:04 +02:00
|
|
|
|
2017-10-29 21:26:00 +01:00
|
|
|
# .tfstate files
|
|
|
|
*.tfstate
|
|
|
|
*.tfstate.*
|
2018-05-13 23:55:40 +02:00
|
|
|
|
2018-05-25 11:53:33 +02:00
|
|
|
# Crash log files
|
|
|
|
crash.log
|
2021-07-13 12:32:32 +02:00
|
|
|
crash.*.log
|
2018-05-25 11:53:33 +02:00
|
|
|
|
2020-08-31 02:21:51 +02:00
|
|
|
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
|
2020-07-07 02:36:25 +02:00
|
|
|
# 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
|
|
|
|
# to change depending on the environment.
|
2018-05-13 23:55:40 +02:00
|
|
|
#
|
2020-07-07 02:36:25 +02:00
|
|
|
*.tfvars
|
2018-08-19 09:55:53 +02:00
|
|
|
|
2018-09-04 13:19:32 +02:00
|
|
|
# Ignore override files as they are usually used to override resources locally and so
|
|
|
|
# are not checked in
|
2018-08-19 09:55:53 +02:00
|
|
|
override.tf
|
|
|
|
override.tf.json
|
|
|
|
*_override.tf
|
|
|
|
*_override.tf.json
|
2018-09-04 13:19:32 +02:00
|
|
|
|
|
|
|
# Include override files you do wish to add to version control using negated pattern
|
|
|
|
#
|
|
|
|
# !example_override.tf
|
2019-03-14 12:56:47 +01:00
|
|
|
|
|
|
|
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
|
|
|
|
# example: *tfplan*
|
2020-04-04 18:32:17 +02:00
|
|
|
|
|
|
|
# Ignore CLI configuration files
|
|
|
|
.terraformrc
|
|
|
|
terraform.rc
|