From c1e3a305225a31eb9fcdcb0d1637a99eaaa09415 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Tue, 18 Nov 2025 08:51:39 +0100 Subject: [PATCH] Update team_resources_devices.tf --- team_resources_devices.tf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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