From dd509f4ee963ae78f2c0dbc99363701e8d0a3c03 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Tue, 18 Nov 2025 09:14:44 +0100 Subject: [PATCH] Update team_resources_devices.tf --- team_resources_devices.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/team_resources_devices.tf b/team_resources_devices.tf index 513a581..2febfa8 100644 --- a/team_resources_devices.tf +++ b/team_resources_devices.tf @@ -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