diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index 1d2419b..677f0b7 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -171,9 +171,9 @@ jobs: - name: Plan working-directory: infra/iac run: | - # Find all .auto.tfvars in the secrets folder + # Find all .tfvars in the secrets folder VAR_FILES="" - for f in ../secrets/secrets/*.auto.tfvars; do + for f in ../secrets/secrets/*.tfvars; do VAR_FILES="$VAR_FILES -var-file=$f" done tofu plan $VAR_FILES -out=./tfplan | tee ./tfplan.txt