Skip to content

Commit f7ce991

Browse files
author
James Chapman
committed
remove http2 settng
1 parent b89bf0e commit f7ce991

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

core/terraform/appgateway/appgateway.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ resource "azurerm_application_gateway" "agw" {
2525
location = var.location
2626
tags = local.tre_core_tags
2727

28-
enable_http2 = false
29-
3028
sku {
3129
name = coalesce(var.app_gateway_sku, "Standard_v2")
3230
tier = coalesce(var.app_gateway_sku, "Standard_v2")

0 commit comments

Comments
 (0)