output "ecs_service" {
  description = "ECS Service object."
  value       = aws_ecs_service.this
}

output "target_groups" {
  description = "Target group ARN suffix."
  value       = aws_lb_target_group.this
}

output "sd_id" {
  description = "The id of the service discovery service."
  value       = join("", aws_service_discovery_service.main.*.id)
}
