Skip to content

Commit

Permalink
Remove TLS1.0/1.1 support #21 (microsoft/azuretre/3914)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyry committed May 1, 2024
1 parent cb59c99 commit 3910454
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/terraform/appgateway/appgateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ resource "azurerm_application_gateway" "agw" {
key_vault_secret_id = azurerm_key_vault_certificate.tlscert.secret_id
}

# SSL policy
ssl_policy {
policy_type = "Predefined"
policy_name = "AppGwSslPolicy20220101"
}

# Backend pool with the static website in storage account.
backend_address_pool {
name = local.staticweb_backend_pool_name
Expand Down

0 comments on commit 3910454

Please sign in to comment.