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]