From 78beac717aa6c34d9aad9511f7206d0118cfd4f4 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Fri, 14 Nov 2025 18:27:35 +0100 Subject: [PATCH] Update access.tf --- access.tf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/access.tf b/access.tf index d974eb9..aed2695 100644 --- a/access.tf +++ b/access.tf @@ -23,15 +23,15 @@ data "cloudflare_zero_trust_access_application" "example_zero_trust_access_appli # ============================================================================= # -resource "cloudflare_zero_trust_access_policy" "home_network_policy" { - account_id = local.cloudflare_account_id - application_id = cloudflare_zero_trust_access_application.example_zero_trust_access_application.id - name = "Home Network Access Policy" - decision = "allow" +#resource "cloudflare_zero_trust_access_policy" "home_network_policy" { +# account_id = local.cloudflare_account_id +# 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" # }] -} +#} # ============================================================================= # CLOUDFLARE : Access : Rule groups