output "log_configuration" {
  description = "Main container log configuration"
  value       = local.log_configuration
}

output "sidecar_log-router" {
  description = "Sidecar for the log router"
  value       = local.log-router
}

output "sidecar_datadog-agent" {
  description = "Sidecar for the Datadog agent"
  value       = local.datadog-agent
}
