Model/infrastructure/terraform/lambda/magic_plan/outputs.tf
2026-05-08 13:07:36 +00:00

9 lines
247 B
HCL

output "magic_plan_queue_url" {
value = module.lambda.queue_url
description = "URL of the MagicPlan SQS queue"
}
output "magic_plan_queue_arn" {
value = module.lambda.queue_arn
description = "ARN of the MagicPlan SQS queue"
}