Skip to content

Commit

Permalink
fix: recreate dictionary each run (#2568)
Browse files Browse the repository at this point in the history
* fix: recreate dictionary each run

* Update infra/cdn/main.tf
  • Loading branch information
JacobCoffee authored Sep 16, 2024
1 parent 1795b1f commit 097df08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/cdn/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit 097df08

Please sign in to comment.