Update team_resources_devices.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 56s

This commit is contained in:
2025-11-18 08:51:39 +01:00
parent 87fd9d9ee5
commit c1e3a30522

View File

@@ -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