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:
parent
3802967290
commit
10a52a2683
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue