output "service_arn" { value = var.enabled ? aws_ecs_service.this[0].id : null description = "The ECS service ARN." } output "service_name" { value = var.enabled ? aws_ecs_service.this[0].name : null description = "The ECS service name (echoes the input)." }