[ci skip] phase 1: SOPS tooling setup (.sops.yaml, scripts/tg, .gitignore)
Part of SOPS multi-user secrets migration. - .sops.yaml: defines age recipients (Viktor + CI) - scripts/tg: wrapper that decrypts secrets before running terragrunt - .gitignore: excludes decrypted secrets.auto.tfvars.json No functional change — terraform.tfvars still works as before.
This commit is contained in:
parent
88989cfad3
commit
7f5dbb82f4
3 changed files with 33 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -35,6 +35,10 @@ override.tf.json
|
|||
|
||||
git_crypt.key
|
||||
|
||||
# SOPS — decrypted secrets (temporary, never commit)
|
||||
/secrets.auto.tfvars.json
|
||||
/secrets.auto.tfvars.json.*
|
||||
|
||||
# Claude Code - temporary/sensitive files
|
||||
.claude/cmd_input.txt
|
||||
.claude/cmd_output.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue