Update gateway.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 19s

This commit is contained in:
2025-11-14 17:58:25 +01:00
parent d1d83a7f98
commit 72a3ba6e27

View File

@@ -52,6 +52,6 @@ resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location"
} }
} }
networks = [{ networks = [{
network = "10.0.1.0/20" network = "10.0.1.0/24"
}] }]
} }