refactor: simplify project structure
This commit is contained in:
15
services/outputs.tf
Normal file
15
services/outputs.tf
Normal file
@@ -0,0 +1,15 @@
|
||||
// Services environment outputs
|
||||
|
||||
// Consolidated service definitions for networking
|
||||
output "service_definitions" {
|
||||
description = "Service definitions for all services"
|
||||
value = [
|
||||
module.actualbudget.service_definition,
|
||||
module.emulatorjs.service_definition
|
||||
]
|
||||
}
|
||||
|
||||
output "homelab_docker_network_name" {
|
||||
description = "The name of the Docker network"
|
||||
value = module.homelab_docker_network.name
|
||||
}
|
||||
Reference in New Issue
Block a user