Model/deployment/terraform/lambda/sharepoint_renamer/outputs.tf
2026-06-15 10:52:52 +00:00

9 lines
281 B
HCL

output "sharepoint_renamer_queue_url" {
value = module.lambda.queue_url
description = "URL of the SharePoint Renamer SQS queue"
}
output "sharepoint_renamer_queue_arn" {
value = module.lambda.queue_arn
description = "ARN of the SharePoint Renamer SQS queue"
}