From dfa6b6fef19b79404b01b940c6f74f5bb39a0408 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Fri, 14 Nov 2025 21:38:33 +0100 Subject: [PATCH] Update access_applications.tf --- access_applications.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/access_applications.tf b/access_applications.tf index cc09c78..617216f 100644 --- a/access_applications.tf +++ b/access_applications.tf @@ -5,10 +5,9 @@ # resource "cloudflare_zero_trust_access_application" "example_zero_trust_access_application" { account_id = local.cloudflare_account_id - type = "infrastructure" + type = "self_hosted" name = "Home Network Access Application" domain = "home.tips-of-mine.org" - type = "self_hosted" session_duration = "24h" skip_interstitial = true tags = [cloudflare_zero_trust_access_tag.tags.name]