Update access_applications.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 23s

This commit is contained in:
2025-11-17 11:05:38 +01:00
parent 16d26bbcc8
commit 7e40d4b56a

View File

@@ -7,7 +7,7 @@ resource "cloudflare_zero_trust_access_application" "example_zero_trust_access_a
account_id = local.cloudflare_account_id account_id = local.cloudflare_account_id
type = "self_hosted" type = "self_hosted"
name = "Home Network Access Application" name = "Home Network Access Application"
domain = "home.${local.cloudflare_zone_id}" domain = "home.tips-of-mine.org"
session_duration = "24h" session_duration = "24h"
skip_interstitial = true skip_interstitial = true
tags = ["engineers"] tags = ["engineers"]