diff --git a/infra/cdn/variables.tf b/infra/cdn/variables.tf index 5c1be4562..ec0a11a83 100644 --- a/infra/cdn/variables.tf +++ b/infra/cdn/variables.tf @@ -50,7 +50,7 @@ variable "activate_ngwaf_service" { variable "edge_security_dictionary" { type = string description = "The dictionary name for the Edge Security product." - default = "" + default = "Edge_Security" } variable "ngwaf_corp_name" { type = string