From c3025c19a1bad8d3d21494ea0d9c21380c5ca6b0 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sun, 16 Nov 2025 18:10:11 +0100 Subject: [PATCH] Update access_groups.tf --- access_groups.tf | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/access_groups.tf b/access_groups.tf index fca959b..2aff5a4 100644 --- a/access_groups.tf +++ b/access_groups.tf @@ -1,17 +1,17 @@ # ============================================================================= -# CLOUDFLARE : Access : Policies +# CLOUDFLARE : Access : Groups # ============================================================================= # -resource "cloudflare_zero_trust_access_policy" "allow_policie" { - account_id = local.cloudflare_account_id - name = "Allow" - decision = "allow" - session_duration = "24h" - - include = [{ - group = { - id = cloudflare_zero_trust_access_group.default_groups.id - } - }] -} \ No newline at end of file +#resource "cloudflare_zero_trust_access_policy" "allow_policie" { +# account_id = local.cloudflare_account_id +# name = "Allow" +# decision = "allow" +# session_duration = "24h" +# +# include = [{ +# group = { +# id = cloudflare_zero_trust_access_group.default_groups.id +# } +# }] +#} \ No newline at end of file