Model/infrastructure/terraform/modules/lambda_with_api_gateway/outputs.tf
2026-03-11 10:56:09 +00:00

11 lines
No EOL
245 B
HCL

output "role_name" {
value = module.role.role_name
}
output "api_endpoint" {
value = aws_apigatewayv2_stage.this.invoke_url
}
# output "custom_domain_endpoint" {
# value = var.domain_name != null ? "https://${var.domain_name}" : null
# }