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