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 123c0db + f4a42f9 commit 7c026e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Terraform/appgw.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ resource "azurerm_application_gateway" "appgw" {
}

ssl_certificate {
name = "develop-child-family-social-work-career"
key_vault_secret_id = "${var.key_vault_url[terraform.workspace]}secrets/develop-child-family-social-work-career"
name = "develop-child-family-social-work-career-23"
key_vault_secret_id = "${var.key_vault_url[terraform.workspace]}secrets/develop-child-family-social-work-career-23"
}

ssl_policy {
Expand Down

0 comments on commit 7c026e4

Please sign in to comment.