mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
9 lines
225 B
HCL
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"
|
|
}
|