Model/infrastructure/terraform/lambda/categorisation/outputs.tf
2026-03-10 12:04:53 +00:00

9 lines
No EOL
270 B
HCL

output "categorisation_queue_url" {
value = module.lambda.queu_url
description = "URL of the Categorisation SQS queue"
}
output "categorisation_queue_arn" {
value = module.lambda.queu_arn
description = "ARN of the Categorisation SQS queue"
}