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

This commit is contained in:
2025-11-14 17:57:16 +01:00
parent c3dee26321
commit d1d83a7f98

View File

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