Model/deployment/terraform/lambda/landlordDescriptionOverrides/outputs.tf
2026-05-29 12:12:54 +00:00

9 lines
380 B
HCL

output "landlord_description_overrides_queue_url" {
value = module.lambda.queue_url
description = "URL of the Landlord Description Overrides SQS queue (wire into the FastAPI LANDLORD_OVERRIDES_SQS_URL)"
}
output "landlord_description_overrides_queue_arn" {
value = module.lambda.queue_arn
description = "ARN of the Landlord Description Overrides SQS queue"
}