Skip to content

Commit 47408ad

Browse files
committed
fix: recreate dictionary each run
1 parent 1795b1f commit 47408ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

infra/cdn/main.tf

Lines changed: 3 additions & 0 deletions
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

@@ -391,6 +392,8 @@ resource "fastly_service_vcl" "python_org" {
391392
product_enablement,
392393
]
393394
}
395+
396+
force_destroy = true
394397
}
395398

396399
output "service_id" {

0 commit comments

Comments
 (0)