mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
7 lines
109 B
HCL
7 lines
109 B
HCL
output "alb" {
|
|
value = module.alb
|
|
}
|
|
|
|
output "ecs_service_name" {
|
|
value = aws_ecs_service.mdmproxy.name
|
|
}
|