output "bulk_upload_finaliser_queue_url" { value = module.lambda.queue_url description = "URL of the Bulk Upload Finaliser SQS queue (wire into the FastAPI FINALISER_SQS_URL)" } output "bulk_upload_finaliser_queue_arn" { value = module.lambda.queue_arn description = "ARN of the Bulk Upload Finaliser SQS queue" }