output "ara_export_queue_url" { value = module.lambda.queue_url description = "URL of the ara-export SQS queue (FastAPI enqueues jobs here)" } output "ara_export_queue_arn" { value = module.lambda.queue_arn description = "ARN of the ara-export SQS queue" }