mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
9 lines
277 B
HCL
9 lines
277 B
HCL
output "postcode_splitter_queue_url" {
|
|
value = module.lambda.queue_url
|
|
description = "URL of the Postcode Splitter SQS queue"
|
|
}
|
|
|
|
output "postcode_splitter_queue_arn" {
|
|
value = module.lambda.queue_arn
|
|
description = "ARN of the Postcode Splitter SQS queue"
|
|
}
|