Skip to content

Commit

Permalink
Update locals.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
VeronicaSea authored Dec 11, 2024
1 parent 376bd81 commit e925e67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
}
Expand Down

0 comments on commit e925e67

Please sign in to comment.