Merge pull request '[deploy-opentofu]' (#234) from fenix-admin into main

Reviewed-on: fenix-gitea-admin/iac-opentofu-private#234
This commit is contained in:
2025-09-07 22:58:35 +00:00

View File

@ -173,9 +173,9 @@ jobs:
run: | run: |
# Find all .tfvars in the secrets folder # Find all .tfvars in the secrets folder
VAR_FILES="" VAR_FILES=""
ls -la ../secrets/secrets
for f in ../secrets/secrets/*.tfvars; do for f in ../secrets/secrets/*.tfvars; do
VAR_FILES="$VAR_FILES -var-file=$f" VAR_FILES="$VAR_FILES -var-file=$f"
cat $f cat $f
done done
tofu plan $VAR_FILES -out=./tfplan | tee ./tfplan.txt tofu plan $VAR_FILES -out=./tfplan | tee ./tfplan.txt