chore: ignore terraform lockfiles

Add *.terraform.lock.hcl to .gitignore so per-module lockfiles are not
tracked alongside module sources.
This commit is contained in:
Thomas Rijpstra 2026-06-25 09:57:29 +02:00
parent dccaca5720
commit 1c9313c7b0
Signed by: thomas
SSH Key Fingerprint: SHA256:NoPljIC4A210B8B3jJovKUIFRtnYxYA4ej6sgkR/yWA
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -5,6 +5,9 @@
*.tfstate
*.tfstate.*
# Terraform lockfiles
*.terraform.lock.hcl
# Crash log files
crash.log
crash.*.log