Merge pull request 'fenix-admin' (#232) from fenix-admin into main

Reviewed-on: fenix-gitea-admin/iac-opentofu-private#232
This commit is contained in:
2025-09-07 22:49:42 +00:00
2 changed files with 3 additions and 1 deletions

View File

@ -175,6 +175,8 @@ jobs:
VAR_FILES="" VAR_FILES=""
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
done done
tofu plan $VAR_FILES -out=./tfplan | tee ./tfplan.txt tofu plan $VAR_FILES -out=./tfplan | tee ./tfplan.txt

View File

@ -12,7 +12,7 @@
}, },
{ {
"name": "iac.opentofu.vaultwarden.secrets", "name": "iac.opentofu.vaultwarden.secrets",
"type": "attachment", "type": "note",
"output": "../secrets/secrets/vaultwarden.secrets.tfvars" "output": "../secrets/secrets/vaultwarden.secrets.tfvars"
} }
] ]