Update team_resources_devices.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 56s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 56s
This commit is contained in:
@@ -4,18 +4,20 @@
|
||||
|
||||
#
|
||||
resource "cloudflare_zero_trust_device_custom_profile" "example_zero_trust_device_custom_profile" {
|
||||
account_id = local.cloudflare_account_id
|
||||
match = "identity.email == \"test@cloudflare.com\""
|
||||
name = "Allow Developers"
|
||||
precedence = 100
|
||||
allow_mode_switch = true
|
||||
allow_updates = true
|
||||
allowed_to_leave = true
|
||||
auto_connect = 0
|
||||
captive_portal = 180
|
||||
description = "Policy for test teams."
|
||||
account_id = local.cloudflare_account_id
|
||||
|
||||
enabled = true
|
||||
name = "Allow Developers"
|
||||
description = "Policy for test teams."
|
||||
precedence = 100
|
||||
# match = "identity.email == \"test@cloudflare.com\""
|
||||
match = "os.name == \"windows\""
|
||||
allow_mode_switch = true
|
||||
allow_updates = true
|
||||
allowed_to_leave = true
|
||||
auto_connect = 0
|
||||
captive_portal = 180
|
||||
disable_auto_fallback = true
|
||||
enabled = true
|
||||
# exclude = [{
|
||||
# address = "192.0.2.0/24"
|
||||
# description = "Exclude testing domains from the tunnel"
|
||||
|
||||
Reference in New Issue
Block a user