From 05843ab46263f1a150830e5c017a0cf3b77bb6b0 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Wed, 11 Mar 2026 10:56:09 +0000 Subject: [PATCH] comment out custom_domain_endpoint in outputs.tf --- .../terraform/modules/lambda_with_api_gateway/outputs.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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