Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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