From 40007ba35f04405bb8b819b9c0e3637472968b22 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 7 Sep 2025 23:03:42 +0000 Subject: [PATCH] [deploy-opentofu] --- .gitea/workflows/ci-test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index a6e0d03..1abaada 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -175,8 +175,9 @@ jobs: VAR_FILES="" ls -la ../secrets/secrets for f in ../secrets/secrets/*.tfvars; do + echo "found - $f" VAR_FILES="$VAR_FILES -var-file=$f" - cat $f + cat "$f" done tofu plan $VAR_FILES -out=./tfplan | tee ./tfplan.txt