diff --git a/infra/cdn/main.tf b/infra/cdn/main.tf index eb6c6858c..c50888e3f 100644 --- a/infra/cdn/main.tf +++ b/infra/cdn/main.tf @@ -347,6 +347,7 @@ resource "fastly_service_vcl" "python_org" { for_each = var.activate_ngwaf_service ? [1] : [] content { name = var.edge_security_dictionary + force_destroy = true } }