From 5a5dd0fca209a7bc9a5659da7fc693b824623957 Mon Sep 17 00:00:00 2001 From: Ritika Patil <94649368+riragh@users.noreply.github.com> Date: Thu, 4 Apr 2024 10:11:59 -0500 Subject: [PATCH] fix: (IAC-1410) Updated the default probe path (#373) --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index c28aa7f6..e57f0b8f 100644 --- a/variables.tf +++ b/variables.tf @@ -827,7 +827,7 @@ variable "app_gateway_defaults" { waf_policy = null probe = [{ name = "default-probe" - path = "/SASLogon/apiMeta" + path = "/SASLogon/login" }] } }