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

This commit is contained in:
2025-11-18 09:14:44 +01:00
parent 16ef3a0f26
commit dd509f4ee9

View File

@@ -47,7 +47,7 @@ resource "cloudflare_zero_trust_device_custom_profile" "zero_trust_device_custom
enabled = true
name = "Allow devices Linux"
description = "Policy for test teams."
precedence = 100
precedence = 200
# match = "identity.email == \"test@cloudflare.com\""
match = "os.name == \"linux\""
allow_mode_switch = true
@@ -85,7 +85,7 @@ resource "cloudflare_zero_trust_device_custom_profile" "zero_trust_device_custom
enabled = true
name = "Allow devices Mac"
description = "Policy for test teams."
precedence = 100
precedence = 300
# match = "identity.email == \"test@cloudflare.com\""
match = "os.name == \"mac\""
allow_mode_switch = true