From 83e34e8feba17eaf6c6b79bd2cc643450932807a Mon Sep 17 00:00:00 2001 From: shaheislamdfe Date: Thu, 31 Oct 2024 10:16:04 +0000 Subject: [PATCH] 1839: Setting GAI IP restriction to deny (#795) --- terraform/app.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/terraform/app.tf b/terraform/app.tf index 3b256f8d..41cb6352 100644 --- a/terraform/app.tf +++ b/terraform/app.tf @@ -189,6 +189,9 @@ resource "azurerm_linux_web_app" "auth-server-app" { minimum_tls_version = "1.2" health_check_path = "/health" + ip_restriction_default_action = "Deny" + scm_ip_restriction_default_action = "Deny" + #All ip_restriction properties need to be included due to the bug raised here: https://github.com/hashicorp/terraform-provider-azurerm/issues/17189 ip_restriction { name = "FrontDoor"