diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index 677f0b7..f5ffd80 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -175,6 +175,8 @@ jobs: VAR_FILES="" 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