Model/infrastructure/terraform/lambda/bulk_address2uprn_combiner/outputs.tf
2026-04-17 19:08:34 +00:00

14 lines
478 B
HCL

output "bulk_address2uprn_combiner_queue_url" {
value = module.lambda.queue_url
description = "URL of the bulk_address2uprn_combiner SQS queue"
}
output "bulk_address2uprn_combiner_queue_arn" {
value = module.lambda.queue_arn
description = "ARN of the bulk_address2uprn_combiner SQS queue"
}
output "bulk_address2uprn_combiner_lambda_arn" {
value = module.lambda.lambda_arn
description = "ARN of the bulk_address2uprn_combiner Lambda function"
}