Skip to content

Commit

Permalink
SSL certificates in listener
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Perelle committed Feb 10, 2021
1 parent 5945956 commit 13f47e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/hub/application_gateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

Expand Down

0 comments on commit 13f47e3

Please sign in to comment.