From 0aad47465267e18b37c63a60fd1a90b97d2b9360 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 7 Sep 2025 22:37:17 +0000 Subject: [PATCH] [deploy-opentofu] --- .gitea/workflows/ci-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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