output "bulk_document_download_queue_url" { value = module.lambda.queue_url description = "URL of the bulk-document-download SQS queue (FastAPI enqueues jobs here)" } output "bulk_document_download_queue_arn" { value = module.lambda.queue_arn description = "ARN of the bulk-document-download SQS queue" }