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