mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
11 lines
173 B
HCL
11 lines
173 B
HCL
output "lambda_arn" {
|
|
value = module.lambda.lambda_arn
|
|
}
|
|
|
|
output "queue_arn" {
|
|
value = module.queue.queue_arn
|
|
}
|
|
|
|
output "queue_url" {
|
|
value = module.queue.queue_url
|
|
}
|