From 7e40d4b56a6e79ac1c414ee5c2fadc0882ff98de Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 17 Nov 2025 11:05:38 +0100 Subject: [PATCH] Update access_applications.tf --- access_applications.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/access_applications.tf b/access_applications.tf index 9fccd16..9ed7f51 100644 --- a/access_applications.tf +++ b/access_applications.tf @@ -7,7 +7,7 @@ resource "cloudflare_zero_trust_access_application" "example_zero_trust_access_a account_id = local.cloudflare_account_id type = "self_hosted" name = "Home Network Access Application" - domain = "home.${local.cloudflare_zone_id}" + domain = "home.tips-of-mine.org" session_duration = "24h" skip_interstitial = true tags = ["engineers"]