diff --git a/gateway.tf b/gateway.tf index a029758..170ab13 100644 --- a/gateway.tf +++ b/gateway.tf @@ -51,4 +51,7 @@ resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location" }] } } + networks = [{ + network = "10.0.1.1/30" + }] }] } \ No newline at end of file