From 6dbf9a273818659343236f954045f75b9a5d762f Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Tue, 18 Nov 2025 08:48:43 +0100 Subject: [PATCH] Delete access.tf --- access.tf | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 access.tf diff --git a/access.tf b/access.tf deleted file mode 100644 index 13eb31a..0000000 --- a/access.tf +++ /dev/null @@ -1,46 +0,0 @@ -# ============================================================================= -# CLOUDFLARE : Access : Policies -# ============================================================================= - -# -#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 -# ============================================================================= - -# -#resource "cloudflare_zero_trust_access_group" "example_zero_trust_access_group" { -# include = [{ -# group = { -# id = "aa0a4aab-672b-4bdb-bc33-a59f1130a11f" -# } -# }] -# name = "Allow devs" -# zone_id = "zone_id" -# exclude = [{ -# group = { -# id = "aa0a4aab-672b-4bdb-bc33-a59f1130a11f" -# } -# }] -# is_default = true -# require = [{ -# group = { -# id = "aa0a4aab-672b-4bdb-bc33-a59f1130a11f" -# } -# }] -#} - -# ============================================================================= -# CLOUDFLARE : Access : Service auth -# ============================================================================= - -#