Update team_resources_devices.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 56s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 56s
This commit is contained in:
@@ -5,17 +5,19 @@
|
|||||||
#
|
#
|
||||||
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\""
|
|
||||||
|
enabled = true
|
||||||
name = "Allow Developers"
|
name = "Allow Developers"
|
||||||
|
description = "Policy for test teams."
|
||||||
precedence = 100
|
precedence = 100
|
||||||
|
# match = "identity.email == \"test@cloudflare.com\""
|
||||||
|
match = "os.name == \"windows\""
|
||||||
allow_mode_switch = true
|
allow_mode_switch = true
|
||||||
allow_updates = true
|
allow_updates = true
|
||||||
allowed_to_leave = true
|
allowed_to_leave = true
|
||||||
auto_connect = 0
|
auto_connect = 0
|
||||||
captive_portal = 180
|
captive_portal = 180
|
||||||
description = "Policy for test teams."
|
|
||||||
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user