output "modelling_e2e_queue_url" { value = module.lambda.queue_url description = "URL of the modelling-e2e SQS queue (pass to trigger_modelling_e2e_sqs.py --sqs-url)" } output "modelling_e2e_queue_arn" { value = module.lambda.queue_arn description = "ARN of the modelling-e2e SQS queue" }