gitignore: timestamped terraform.tfstate.*.backup (plaintext Tier-0 secrets) [ci skip]

Viktor's off-infra-builds wave 0 (infra#11): two untracked
terraform.tfstate.<ts>.backup files with live plaintext Tier-0 secrets
were sitting in stacks/infra/ unmatched by the existing *.tfstate.backup
patterns — one stray git add from the public repo. Pattern added;
the on-disk files are deleted separately.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Viktor Barzin 2026-06-12 20:11:41 +00:00
parent 3802967290
commit 10a52a2683

4
.gitignore vendored
View file

@ -106,3 +106,7 @@ terraform.tfstate.backup
# Per-feature git worktrees (worktree-first workflow — execution.md)
.worktrees/
# Timestamped terraform state backups (terraform.tfstate.<ts>.backup) — plaintext Tier-0
# secrets; created by terraform state ops. The patterns above miss the timestamped form.
terraform.tfstate.*.backup