mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
9 lines
269 B
HCL
9 lines
269 B
HCL
output "pashub_to_ara_queue_url" {
|
|
value = module.lambda.queue_url
|
|
description = "URL of the PasHub to Ara SQS queue"
|
|
}
|
|
|
|
output "pashub_to_ara_queue_arn" {
|
|
value = module.lambda.queue_arn
|
|
description = "ARN of the PasHub to Ara SQS queue"
|
|
}
|