Skip to content

Commit 3031228

Browse files
authored
Merge branch 'main' into rss-feed-for-release
2 parents da9c20d + 2856d9c commit 3031228

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/cdn/main.tf

+1-1
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

infra/cdn/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ variable "activate_ngwaf_service" {
5050
variable "edge_security_dictionary" {
5151
type = string
5252
description = "The dictionary name for the Edge Security product."
53-
default = ""
53+
default = "Edge_Security"
5454
}
5555
variable "ngwaf_corp_name" {
5656
type = string

0 commit comments

Comments
 (0)