Skip to content

Commit

Permalink
Merge branch 'main' into feat/sub-menu-matching
Browse files Browse the repository at this point in the history
  • Loading branch information
killij authored Sep 28, 2023
2 parents e718e3d + 2b494b2 commit 123c0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Terraform/appgw.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ resource "azurerm_application_gateway" "appgw" {
frontend_ip_configuration_name = var.frontend_ip_configuration_name[terraform.workspace]
frontend_port_name = var.frontend_ssl_port_name[terraform.workspace]
protocol = "Https"
ssl_certificate_name = "develop-child-family-social-work-career"
ssl_certificate_name = "develop-child-family-social-work-career-23"
host_names = data.azurerm_resource_group.rg.name == "s185p01-childrens-social-care-cpd-rg" ? ["www.develop-child-family-social-work-career.education.gov.uk", "develop-child-family-social-work-career.education.gov.uk", ] : null
}

Expand Down

0 comments on commit 123c0db

Please sign in to comment.