1
0
mirror of https://github.com/github/gitignore synced 2024-06-09 14:17:57 +02:00
gitignore/Terraform.gitignore

39 lines
987 B
Plaintext
Raw Normal View History

2018-05-25 11:53:33 +02:00
# Local .terraform directories
**/.terraform/*
# .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
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
# 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.
*.tfvars
*.tfvars.json
# 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
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
# example: *tfplan*
# Ignore CLI configuration files
.terraformrc
terraform.rc
2024-01-22 06:36:07 +01:00
# Ignore local Terragrunt cache files and directories
.terragrunt-cache/
2024-04-12 06:49:54 +02:00
terragrunt-debug.tfvars.json