From e925e673da32cc79c7b80df4b991943ad8f7a47f Mon Sep 17 00:00:00 2001 From: VeronicaSea <69697690+VeronicaSea@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:07:28 -0800 Subject: [PATCH] Update locals.tf --- .../sovereign_landing_zone/locals.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/microsoft_cloud_for_industry/sovereign_landing_zone/locals.tf b/templates/microsoft_cloud_for_industry/sovereign_landing_zone/locals.tf index f97362d..5de2343 100644 --- a/templates/microsoft_cloud_for_industry/sovereign_landing_zone/locals.tf +++ b/templates/microsoft_cloud_for_industry/sovereign_landing_zone/locals.tf @@ -366,7 +366,7 @@ locals { policyEffect = jsonencode({ value = var.policy_effect }) listOfAllowedLocations = jsonencode({ value = var.allowed_locations }) allowedLocationsForConfidentialComputing = jsonencode({ value = var.allowed_locations_for_confidential_computing }) - ddos_protection_plan_id = jsonencode({ value = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/placeholder/providers/Microsoft.Network/ddosProtectionPlans/placeholder" }) + ddos_protection_plan_id = jsonencode({ value = "" }) ddos_protection_plan_effect = jsonencode({ value = var.deploy_ddos_protection ? "Audit" : "Disabled" }) emailSecurityContact = jsonencode({ value = var.ms_defender_for_cloud_email_security_contact }) }