mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
9 lines
310 B
HCL
9 lines
310 B
HCL
output "modelling_e2e_queue_url" {
|
|
value = module.lambda.queue_url
|
|
description = "URL of the modelling-e2e SQS queue (pass to trigger_modelling_e2e_sqs.py --sqs-url)"
|
|
}
|
|
|
|
output "modelling_e2e_queue_arn" {
|
|
value = module.lambda.queue_arn
|
|
description = "ARN of the modelling-e2e SQS queue"
|
|
}
|