Add hetzner storage box to terraform and immich

This commit is contained in:
Tobias Reisinger 2025-12-11 16:31:16 +01:00
parent 400b342ec4
commit 0a6ac9b168
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
13 changed files with 210 additions and 77 deletions

View file

@ -12,6 +12,11 @@ output "authentik_data" {
sensitive = true
}
output "hcloud_storage_box_accounts" {
value = module.infrastructure.hcloud_storage_box_accounts
sensitive = true
}
output "healthchecksio" {
value = module.infrastructure.healthchecksio
sensitive = true