2018-06-08 04:43:19 -04:00
|
|
|
# Local .terraform directories
|
2017-11-07 14:07:28 -05:00
|
|
|
**/.terraform/*
|
2016-08-02 10:47:05 -04:00
|
|
|
|
2017-11-07 14:07:28 -05:00
|
|
|
# .tfstate files
|
|
|
|
*.tfstate
|
|
|
|
*.tfstate.*
|
2017-10-12 09:12:25 -04:00
|
|
|
|
2018-06-08 04:43:19 -04:00
|
|
|
# Crash log files
|
|
|
|
crash.log
|
|
|
|
|
|
|
|
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
|
|
|
|
# .tfvars files are managed as part of configuration and so should be included in
|
|
|
|
# version control.
|
|
|
|
#
|
|
|
|
# example.tfvars
|
2018-09-08 01:26:32 -04:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# Include override files you do wish to add to version control using negated pattern
|
|
|
|
#
|
|
|
|
# !example_override.tf
|