Model/deployment/terraform/lambda/modelling_e2e/outputs.tf

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"
}