We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da9c20d + 2856d9c commit 3031228Copy full SHA for 3031228
infra/cdn/main.tf
@@ -4,7 +4,7 @@ resource "fastly_service_vcl" "python_org" {
4
http3 = false
5
stale_if_error = false
6
stale_if_error_ttl = 43200
7
- activate = false
+ activate = true
8
9
domain {
10
name = var.domain
infra/cdn/variables.tf
@@ -50,7 +50,7 @@ variable "activate_ngwaf_service" {
50
variable "edge_security_dictionary" {
51
type = string
52
description = "The dictionary name for the Edge Security product."
53
- default = ""
+ default = "Edge_Security"
54
}
55
variable "ngwaf_corp_name" {
56
0 commit comments