Skip to content

Commit 2856d9c

Browse files
authored
infra: activate by default (#2580)
* infra: activate by default * Update infra/cdn/main.tf
1 parent edee24a commit 2856d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/cdn/main.tf

Lines changed: 1 addition & 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

0 commit comments

Comments
 (0)