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
4 changes: 3 additions & 1 deletion infra/cdn/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -392,6 +392,8 @@ resource "fastly_service_vcl" "python_org" {
product_enablement,
]
}

force_destroy = true
}

output "service_id" {
Expand Down