2018-11-04 03:36:09 +05:30
|
|
|
# Local .terraform directories
|
|
|
|
**/.terraform/*
|
|
|
|
|
|
|
|
# .tfstate files
|
2017-03-15 18:00:00 +05:30
|
|
|
*.tfstate
|
2018-11-04 03:36:09 +05:30
|
|
|
*.tfstate.*
|
|
|
|
|
|
|
|
# Crash log files
|
|
|
|
crash.log
|
2021-12-12 05:55:18 +05:30
|
|
|
crash.*.log
|
2018-11-04 03:36:09 +05:30
|
|
|
|
2022-02-06 05:46:02 +05:30
|
|
|
# Exclude all .tfvars files, which are likely to contain sensitive 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
|
2020-09-02 22:27:08 +05:30
|
|
|
# to change depending on the environment.
|
|
|
|
*.tfvars
|
2022-02-20 05:46:03 +05:30
|
|
|
*.tfvars.json
|
2018-11-04 03:36:09 +05:30
|
|
|
|
|
|
|
# Ignore override files as they are usually used to override resources locally and so
|
|
|
|
# are not checked in
|
|
|
|
override.tf
|
|
|
|
override.tf.json
|
|
|
|
*_override.tf
|
|
|
|
*_override.tf.json
|
2017-03-15 18:00:00 +05:30
|
|
|
|
2018-11-04 03:36:09 +05:30
|
|
|
# Include override files you do wish to add to version control using negated pattern
|
|
|
|
# !example_override.tf
|
2019-12-20 04:34:12 +05:30
|
|
|
|
|
|
|
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
|
|
|
|
# example: *tfplan*
|
2020-09-02 22:27:08 +05:30
|
|
|
|
|
|
|
# Ignore CLI configuration files
|
|
|
|
.terraformrc
|
|
|
|
terraform.rc
|