Add Authentik to all service definitions

This commit is contained in:
2025-08-11 19:20:29 +00:00
parent 1d1942655f
commit 4eadea3b5d
+1
View File
@@ -3,6 +3,7 @@ output "service_definitions" {
value = [
module.jellyfin.service_definition,
module.lldap.service_definition,
module.authentik.service_definition,
]
}