Update team_resources_devices.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 54s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 54s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user