Model/deployment/terraform/lambda/abri/outputs.tf
Daniel Roth 7b2fe80688 The abri lambda ships with its queue, DLQ and UAT-pointed staging config 🟩
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 10:29:01 +00:00

9 lines
225 B
HCL

output "abri_queue_url" {
value = module.lambda.queue_url
description = "URL of the Abri SQS queue"
}
output "abri_queue_arn" {
value = module.lambda.queue_arn
description = "ARN of the Abri SQS queue"
}