Update .gitea/workflows/ci-test.yaml

This commit is contained in:
2025-08-18 21:13:24 +00:00
parent 80a950fec7
commit a80446d815

View File

@ -35,12 +35,7 @@ jobs:
- name: Plan
working-directory: infra/iac
run: |
# Find all .auto.tfvars in the secrets folder
VAR_FILES=""
for f in ../secrets/secrets/*.auto.tfvars; do
VAR_FILES="$VAR_FILES -var-file=$f"
done
tofu plan $VAR_FILES -out=tfplan
tofu plan -out=tfplan
- name: Export tfplan
working-directory: infra