diff --git a/infra/cdn/main.tf b/infra/cdn/main.tf index c50888e3f..9d4bcfc18 100644 --- a/infra/cdn/main.tf +++ b/infra/cdn/main.tf @@ -4,7 +4,7 @@ resource "fastly_service_vcl" "python_org" { http3 = false stale_if_error = false stale_if_error_ttl = 43200 - activate = false + activate = true domain { name = var.domain @@ -392,6 +392,8 @@ resource "fastly_service_vcl" "python_org" { product_enablement, ] } + + force_destroy = true } output "service_id" {