feat: add media server
This commit is contained in:
13
modules/20-services-apps/media-server/outputs.tf
Normal file
13
modules/20-services-apps/media-server/outputs.tf
Normal file
@@ -0,0 +1,13 @@
|
||||
output "service_definitions" {
|
||||
description = "Service definitions for integration with networking modules"
|
||||
value = [
|
||||
module.jellyfin.service_definition,
|
||||
module.jellyseerr.service_definition,
|
||||
module.sabnzbd.service_definition
|
||||
]
|
||||
}
|
||||
|
||||
output "network_name" {
|
||||
description = "Name of the media server network"
|
||||
value = module.media_server_network.name
|
||||
}
|
||||
Reference in New Issue
Block a user