comment out custom_domain_endpoint in outputs.tf

This commit is contained in:
Daniel Roth 2026-03-11 10:56:09 +00:00
parent 7cade00db0
commit 05843ab462

View file

@ -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
}
# output "custom_domain_endpoint" {
# value = var.domain_name != null ? "https://${var.domain_name}" : null
# }