Archive terraform.tfvars — secrets now in SOPS

Removed from git tracking and added to .gitignore.
File stays on disk locally for reference.
config.tfvars + secrets.auto.tfvars.json are the active var sources.

[ci skip]
This commit is contained in:
Viktor Barzin 2026-03-11 21:16:11 +00:00
parent ccbbd4bc19
commit 0261943726
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View file

@ -64,3 +64,6 @@ config
node_modules/
package-lock.json
package.json
# Archived - secrets now in SOPS (secrets.auto.tfvars.json)
terraform.tfvars

Binary file not shown.