Move all_services into opentofu

This commit is contained in:
Tobias Reisinger 2024-10-06 19:08:13 +02:00
parent 6fdfd338a1
commit 2ad3cce749
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
10 changed files with 415 additions and 267 deletions

View file

@ -2,6 +2,11 @@ output "hosts" {
value = module.infrastructure.hosts
}
output "services" {
value = var.services
sensitive = true # Would be too much output
}
output "authentik_data" {
value = module.services.authentik_data
sensitive = true