We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9579cc1 commit c38e543Copy full SHA for c38e543
infra/cdn/main.tf
@@ -137,7 +137,7 @@ resource "fastly_service_vcl" "python_org" {
137
type = "REQUEST"
138
}
139
condition {
140
- name = "False"
+ name = "Always False"
141
priority = 10
142
statement = "false"
143
type = "RESPONSE"
@@ -271,7 +271,7 @@ resource "fastly_service_vcl" "python_org" {
271
name = "ratelimit-debug"
272
token = var.datadog_key
273
region = "US"
274
- response_condition = "False"
+ response_condition = "Always False"
275
276
277
logging_s3 {
0 commit comments