diff --git a/gateway_policy.tf b/gateway_policy.tf index 27a586a..5b43a60 100644 --- a/gateway_policy.tf +++ b/gateway_policy.tf @@ -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" } \ No newline at end of file