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."
|
description = "Policy for test teams."
|
||||||
disable_auto_fallback = true
|
disable_auto_fallback = true
|
||||||
enabled = 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"
|
||||||
}]
|
# }]
|
||||||
exclude_office_ips = true
|
exclude_office_ips = true
|
||||||
include = [{
|
# include = [{
|
||||||
address = "192.0.2.0/24"
|
# address = "192.0.2.0/24"
|
||||||
description = "Include testing domains in the tunnel"
|
# description = "Include testing domains in the tunnel"
|
||||||
}]
|
# }]
|
||||||
lan_allow_minutes = 30
|
lan_allow_minutes = 30
|
||||||
lan_allow_subnet_size = 24
|
lan_allow_subnet_size = 24
|
||||||
register_interface_ip_with_dns = true
|
register_interface_ip_with_dns = true
|
||||||
|
|||||||
Reference in New Issue
Block a user