From 4427530e651b5b2614c89352713fba2f3c18090d Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Wed, 11 Mar 2026 21:16:11 +0000 Subject: [PATCH] =?UTF-8?q?Archive=20terraform.tfvars=20=E2=80=94=20secret?= =?UTF-8?q?s=20now=20in=20SOPS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f6c76158..e6436bb5 100755 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,6 @@ config node_modules/ package-lock.json package.json + +# Archived - secrets now in SOPS (secrets.auto.tfvars.json) +terraform.tfvars