Move all_services into opentofu
This commit is contained in:
parent
6fdfd338a1
commit
2ad3cce749
10 changed files with 415 additions and 267 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue