Skip to content

Commit

Permalink
infra: activate by default
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Sep 17, 2024
1 parent edee24a commit 563701a
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 563701a

Please sign in to comment.