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"]