Update access_applications.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 23s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 23s
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user