Update gateway_policy.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 24s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 24s
This commit is contained in:
@@ -107,14 +107,14 @@ resource "cloudflare_zero_trust_gateway_policy" "example_zero_trust_gateway_poli
|
||||
}
|
||||
}
|
||||
schedule = {
|
||||
fri = "08:00-12:30,13:30-17:00"
|
||||
time_zone = "Europe/Paris"
|
||||
mon = "08:00-12:30,13:30-17:00"
|
||||
sat = "08:00-12:30,13:30-17:00"
|
||||
sun = "08:00-12:30,13:30-17:00"
|
||||
thu = "08:00-12:30,13:30-17:00"
|
||||
time_zone = "America/New York"
|
||||
tue = "08:00-12:30,13:30-17:00"
|
||||
wed = "08:00-12:30,13:30-17:00"
|
||||
fri = "08:00-12:30,13:30-17:00"
|
||||
sat = "08:00-12:30,13:30-17:00"
|
||||
sun = "08:00-12:30,13:30-17:00"
|
||||
}
|
||||
traffic = "http.request.uri matches \".*a/partial/uri.*\" and http.request.host in $01302951-49f9-47c9-a400-0297e60b6a10"
|
||||
}
|
||||
Reference in New Issue
Block a user