vault: replace vault with openbao

This commit is contained in:
2026-02-01 21:10:12 +01:00
parent b012df9f34
commit ace848b29c
2 changed files with 24 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ locals {
cpu_cores = 2
memory = 2048
disk_size = "20G"
flake_branch = "vault-setup" # Bootstrap from this branch instead of master
}
}