From 0f57affe72e3c0aaa3ddae675c81386aa9fc25cb Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 17 Nov 2025 11:32:28 +0100 Subject: [PATCH] Update gateway_policy.tf --- gateway_policy.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway_policy.tf b/gateway_policy.tf index 65bcb1b..83588bf 100644 --- a/gateway_policy.tf +++ b/gateway_policy.tf @@ -11,7 +11,7 @@ resource "cloudflare_zero_trust_gateway_policy" "example_zero_trust_gateway_poli device_posture = "any(device_posture.checks.passed[*] in {\"1308749e-fcfb-4ebc-b051-fe022b632644\"})" enabled = true expiration = { - expires_at = "2014-01-01T05:20:20Z" + expires_at = "2026-01-01T05:20:20Z" duration = 10 } filters = ["http"]