From 7c42fbb333093a9c1208b6fdf60dcf3707c49b47 Mon Sep 17 00:00:00 2001
From: Matt Reeves <admin@mafyuh.io>
Date: Fri, 14 Feb 2025 00:57:16 -0500
Subject: [PATCH] Update tofu workflow

---
 .forgejo/workflows/tofu.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.forgejo/workflows/tofu.yml b/.forgejo/workflows/tofu.yml
index 9bf0296..9d015be 100644
--- a/.forgejo/workflows/tofu.yml
+++ b/.forgejo/workflows/tofu.yml
@@ -69,7 +69,8 @@ jobs:
         env:
           AWS_ACCESS_KEY_ID: ${{ steps.bitwarden-secrets.outputs.aws_access_key_id }}
           AWS_SECRET_ACCESS_KEY: ${{ steps.bitwarden-secrets.outputs.aws_secret_access_key }}
-        run: tofu plan -no-color -parallelism=1 -out=tfplan | tee /dev/stderr
+          TF_LOG: DEBUG
+        run: tofu plan -no-color -parallelism=1 -out=tfplan < /dev/null
 
       - name: Apply the Plan
         if: success()