mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
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:
@ -175,6 +175,8 @@ jobs:
|
||||
VAR_FILES=""
|
||||
for f in ../secrets/secrets/*.tfvars; do
|
||||
VAR_FILES="$VAR_FILES -var-file=$f"
|
||||
|
||||
cat $f
|
||||
done
|
||||
tofu plan $VAR_FILES -out=./tfplan | tee ./tfplan.txt
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
},
|
||||
{
|
||||
"name": "iac.opentofu.vaultwarden.secrets",
|
||||
"type": "attachment",
|
||||
"type": "note",
|
||||
"output": "../secrets/secrets/vaultwarden.secrets.tfvars"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user