gitlab-org--gitlab-foss/vendor/gitignore/Terraform.gitignore

27 lines
607 B
Plaintext
Raw Normal View History

2018-06-08 08:43:19 +00:00
# Local .terraform directories
2017-11-07 19:07:28 +00:00
**/.terraform/*
2016-08-02 14:47:05 +00:00
2017-11-07 19:07:28 +00:00
# .tfstate files
*.tfstate
*.tfstate.*
2018-06-08 08:43:19 +00: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 05:26:32 +00: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