From c83f0f4aaa577f4360221b56cc6a0e747cba1bea Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 7 Sep 2025 22:57:44 +0000 Subject: [PATCH] [deploy-opentofu] --- .gitea/workflows/ci-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index f5ffd80..a6e0d03 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -173,9 +173,9 @@ jobs: run: | # Find all .tfvars in the secrets folder VAR_FILES="" + ls -la ../secrets/secrets 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