2018-05-25 17:53:33 +08:00
|
|
|
# Local .terraform directories
|
2017-10-30 04:26:00 +08:00
|
|
|
**/.terraform/*
|
2016-07-14 14:34:04 +08:00
|
|
|
|
2017-10-30 04:26:00 +08:00
|
|
|
# .tfstate files
|
|
|
|
*.tfstate
|
|
|
|
*.tfstate.*
|
2018-05-14 05:55:40 +08:00
|
|
|
|
2018-05-25 17:53:33 +08:00
|
|
|
# Crash log files
|
|
|
|
crash.log
|
|
|
|
|
2018-05-14 05:55:40 +08:00
|
|
|
# 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-08-19 15:55:53 +08:00
|
|
|
|
|
|
|
# Ignore override files as they are usually used to override ressources locally
|
|
|
|
override.tf
|
|
|
|
override.tf.json
|
|
|
|
*_override.tf
|
|
|
|
*_override.tf.json
|