Skip to content

Commit 563701a

Browse files
committed
infra: activate by default
1 parent edee24a commit 563701a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

infra/cdn/main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resource "fastly_service_vcl" "python_org" {
44
http3 = false
55
stale_if_error = false
66
stale_if_error_ttl = 43200
7-
activate = false
7+
activate = true
88

99
domain {
1010
name = var.domain
@@ -392,6 +392,8 @@ resource "fastly_service_vcl" "python_org" {
392392
product_enablement,
393393
]
394394
}
395+
396+
force_destroy = true
395397
}
396398

397399
output "service_id" {

0 commit comments

Comments
 (0)