Model/infrastructure/terraform/modules/lambda_with_api_gateway/outputs.tf
2026-03-13 11:59:59 +00:00

7 lines
No EOL
130 B
HCL

output "role_name" {
value = module.role.role_name
}
output "api_endpoint" {
value = aws_apigatewayv2_stage.this.invoke_url
}