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:
@@ -16,15 +16,15 @@ resource "cloudflare_zero_trust_device_custom_profile" "example_zero_trust_devic
|
||||
description = "Policy for test teams."
|
||||
disable_auto_fallback = true
|
||||
enabled = true
|
||||
exclude = [{
|
||||
address = "192.0.2.0/24"
|
||||
description = "Exclude testing domains from the tunnel"
|
||||
}]
|
||||
# exclude = [{
|
||||
# address = "192.0.2.0/24"
|
||||
# description = "Exclude testing domains from the tunnel"
|
||||
# }]
|
||||
exclude_office_ips = true
|
||||
include = [{
|
||||
address = "192.0.2.0/24"
|
||||
description = "Include testing domains in the tunnel"
|
||||
}]
|
||||
# include = [{
|
||||
# address = "192.0.2.0/24"
|
||||
# description = "Include testing domains in the tunnel"
|
||||
# }]
|
||||
lan_allow_minutes = 30
|
||||
lan_allow_subnet_size = 24
|
||||
register_interface_ip_with_dns = true
|
||||
|
||||
Reference in New Issue
Block a user