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

@@ -4,18 +4,20 @@
# #
resource "cloudflare_zero_trust_device_custom_profile" "example_zero_trust_device_custom_profile" { resource "cloudflare_zero_trust_device_custom_profile" "example_zero_trust_device_custom_profile" {
account_id = local.cloudflare_account_id account_id = local.cloudflare_account_id
match = "identity.email == \"test@cloudflare.com\""
name = "Allow Developers" enabled = true
precedence = 100 name = "Allow Developers"
allow_mode_switch = true description = "Policy for test teams."
allow_updates = true precedence = 100
allowed_to_leave = true # match = "identity.email == \"test@cloudflare.com\""
auto_connect = 0 match = "os.name == \"windows\""
captive_portal = 180 allow_mode_switch = true
description = "Policy for test teams." allow_updates = true
allowed_to_leave = true
auto_connect = 0
captive_portal = 180
disable_auto_fallback = true disable_auto_fallback = true
enabled = true
# exclude = [{ # exclude = [{
# address = "192.0.2.0/24" # address = "192.0.2.0/24"
# description = "Exclude testing domains from the tunnel" # description = "Exclude testing domains from the tunnel"