diff --git a/infrastructure/terraform/modules/lambda_with_api_gateway/outputs.tf b/infrastructure/terraform/modules/lambda_with_api_gateway/outputs.tf index 52db1ff9..9ced7c8b 100644 --- a/infrastructure/terraform/modules/lambda_with_api_gateway/outputs.tf +++ b/infrastructure/terraform/modules/lambda_with_api_gateway/outputs.tf @@ -6,6 +6,6 @@ output "api_endpoint" { value = aws_apigatewayv2_stage.this.invoke_url } -output "custom_domain_endpoint" { - value = var.domain_name != null ? "https://${var.domain_name}" : null -} \ No newline at end of file +# output "custom_domain_endpoint" { +# value = var.domain_name != null ? "https://${var.domain_name}" : null +# } \ No newline at end of file