From 4d1d82769de20eefc122307f35a33e88c9dbda4a Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Fri, 14 Nov 2025 18:56:41 +0100 Subject: [PATCH] Update access.tf --- access.tf | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/access.tf b/access.tf index 843bd45..93fc604 100644 --- a/access.tf +++ b/access.tf @@ -1,23 +1,3 @@ -# ============================================================================= -# CLOUDFLARE : Access : Applications -# ============================================================================= - -# -resource "cloudflare_zero_trust_access_application" "example_zero_trust_access_application" { - account_id = local.cloudflare_account_id - name = "Home Network Access Application" - domain = "home.tips-of-mine.org" - type = "self_hosted" - session_duration = "24h" - skip_interstitial = true - tags = ["engineers"] -} - -data "cloudflare_zero_trust_access_application" "example_zero_trust_access_application" { - account_id = local.cloudflare_account_id - app_id = cloudflare_zero_trust_access_application.example_zero_trust_access_application.id -} - # ============================================================================= # CLOUDFLARE : Access : Policies # =============================================================================