Model/deployment/terraform/lambda/bulkUploadFinaliser/outputs.tf
2026-06-04 11:47:42 +00:00

9 lines
335 B
HCL

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"
}