diff --git a/team_resources_devices.tf b/team_resources_devices.tf index b1da0de..af5a1d0 100644 --- a/team_resources_devices.tf +++ b/team_resources_devices.tf @@ -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