terraform-config/.gitignore

31 lines
394 B
Plaintext
Raw Normal View History

2024-01-17 01:37:31 +00:00
*.bck
# age
/keys.txt
2024-01-16 19:08:48 +00:00
# hetzner dump
hetzner.nix
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
2022-08-20 17:39:35 +00:00
# Ignore local .tfvars
*.tfvars
2024-01-13 15:31:46 +00:00
# generated opentofu files
2024-01-13 15:31:46 +00:00
*.json
2024-01-17 01:37:31 +00:00
# Ignore CLI configuration files
*.tfrc