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

This commit is contained in:
2025-11-18 09:06:42 +01:00
parent c1e3a30522
commit a0acb4e729

View File

@@ -5,17 +5,19 @@
#
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\""
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
description = "Policy for test teams."
disable_auto_fallback = true
enabled = true
# exclude = [{
# address = "192.0.2.0/24"
# description = "Exclude testing domains from the tunnel"