Add hetzner storage box to terraform and immich
This commit is contained in:
parent
400b342ec4
commit
0a6ac9b168
13 changed files with 210 additions and 77 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue