From 3b8b922717057357608c3a6e76d8d42e65414841 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 17 Nov 2025 11:38:05 +0100 Subject: [PATCH] Update gateway_policy.tf --- gateway_policy.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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