Model/infrastructure/terraform/lambda/engine/outputs.tf

9 lines
No EOL
248 B
HCL

output "ara_engine_queue_url" {
value = module.lambda.queue_url
description = "URL of the Engine SQS queue"
}
output "ara_engine_queue_arn" {
value = module.lambda.queue_arn
description = "ARN of the Engine SQS queue"
}