terraform: add Vault secret for garage01 environment
Some checks failed
Run nix flake check / flake-check (push) Failing after 3m13s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-13 21:27:43 +01:00
parent b2b6ab4799
commit ffaf95d109
2 changed files with 13 additions and 0 deletions

View File

@@ -107,6 +107,12 @@ locals {
data = { nkey = var.homelab_deploy_scheduler_nkey }
}
# Garage S3 environment (RPC secret + admin token)
"hosts/garage01/garage" = {
auto_generate = false
data = { env = var.garage_env }
}
# Kanidm idm_admin password
"kanidm/idm-admin-password" = {
auto_generate = true