Skip to content

Commit

Permalink
fix: recreate dictionary each run
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Sep 16, 2024
1 parent 1795b1f commit 47408ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 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 Expand Up @@ -391,6 +392,8 @@ resource "fastly_service_vcl" "python_org" {
product_enablement,
]
}

force_destroy = true
}

output "service_id" {
Expand Down

0 comments on commit 47408ad

Please sign in to comment.