Skip to content

Commit c38e543

Browse files
committed
rename response condition for clarity
1 parent 9579cc1 commit c38e543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/cdn/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ resource "fastly_service_vcl" "python_org" {
137137
type = "REQUEST"
138138
}
139139
condition {
140-
name = "False"
140+
name = "Always False"
141141
priority = 10
142142
statement = "false"
143143
type = "RESPONSE"
@@ -271,7 +271,7 @@ resource "fastly_service_vcl" "python_org" {
271271
name = "ratelimit-debug"
272272
token = var.datadog_key
273273
region = "US"
274-
response_condition = "False"
274+
response_condition = "Always False"
275275
}
276276

277277
logging_s3 {

0 commit comments

Comments
 (0)