From 18af9698081447b382676a898aa028a3022eaf68 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Fri, 14 Nov 2025 18:25:37 +0100 Subject: [PATCH] Update access.tf --- access.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/access.tf b/access.tf index 32821ed..d974eb9 100644 --- a/access.tf +++ b/access.tf @@ -28,9 +28,9 @@ resource "cloudflare_zero_trust_access_policy" "home_network_policy" { application_id = cloudflare_zero_trust_access_application.example_zero_trust_access_application.id name = "Home Network Access Policy" decision = "allow" - include { - email = "thedjinhn@gmail.com" - } +# include [{ +# email = "thedjinhn@gmail.com" +# }] } # =============================================================================