Skip to content

Commit 097df08

Browse files
authored
fix: recreate dictionary each run (#2568)
* fix: recreate dictionary each run * Update infra/cdn/main.tf
1 parent 1795b1f commit 097df08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/cdn/main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ resource "fastly_service_vcl" "python_org" {
347347
for_each = var.activate_ngwaf_service ? [1] : []
348348
content {
349349
name = var.edge_security_dictionary
350+
force_destroy = true
350351
}
351352
}
352353

0 commit comments

Comments
 (0)