terraform-config/.gitignore

24 lines
355 B
Plaintext
Raw Normal View History

2024-01-13 15:31:46 +00:00
# Direnv directory
.direnv/
# Local .terraform directories
**/.terraform/*
2022-08-21 08:04:00 +00:00
# .tfstate files: https://stackoverflow.com/a/38748987/1502035
*.tfstate
*.tfstate.*
# Crash log files
crash.log
crash.*.log
# Ignore CLI configuration files
.terraformrc
terraform.rc
2022-08-20 17:39:35 +00:00
# Ignore local .tfvars
*.tfvars
2024-01-13 15:31:46 +00:00
# generated terraform files
*.json