diff --git a/terraform/hub/application_gateway.tf b/terraform/hub/application_gateway.tf index bca3499..8391fd7 100644 --- a/terraform/hub/application_gateway.tf +++ b/terraform/hub/application_gateway.tf @@ -208,6 +208,8 @@ resource "azurerm_application_gateway" "appgw" { frontend_port_name = "${local.frontend_port_name}-${http_listener.value.protocol}" protocol = http_listener.value.protocol host_name = http_listener.value.dns + # Uncomment for Https listeners + # ssl_certificate_name = "wildcard" } }