From 10e9475483dbdb032dc50c528b170c747c6036fc Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 7 Sep 2025 22:41:55 +0000 Subject: [PATCH 1/2] Update secrets/vault-secrets-map.json --- secrets/vault-secrets-map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secrets/vault-secrets-map.json b/secrets/vault-secrets-map.json index 3718f11..8e101d1 100644 --- a/secrets/vault-secrets-map.json +++ b/secrets/vault-secrets-map.json @@ -12,7 +12,7 @@ }, { "name": "iac.opentofu.vaultwarden.secrets", - "type": "attachment", + "type": "note", "output": "../secrets/secrets/vaultwarden.secrets.tfvars" } ] From 727809dd6c3cea6d6c36f724fff002cb62b91d59 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 7 Sep 2025 22:49:02 +0000 Subject: [PATCH 2/2] [deploy-opentofu] --- .gitea/workflows/ci-test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index 677f0b7..f5ffd80 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -175,6 +175,8 @@ jobs: VAR_FILES="" for f in ../secrets/secrets/*.tfvars; do VAR_FILES="$VAR_FILES -var-file=$f" + + cat $f done tofu plan $VAR_FILES -out=./tfplan | tee ./tfplan.txt