mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
comment out custom_domain_endpoint in outputs.tf
This commit is contained in:
parent
7cade00db0
commit
05843ab462
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
# }
|
||||
Loading…
Add table
Reference in a new issue