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

This commit is contained in:
2025-11-14 18:02:43 +01:00
parent 5961e876ec
commit 0426972e08

View File

@@ -51,4 +51,7 @@ resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location"
}]
}
}
networks = [{
network = "10.0.1.1/30"
}] }]
}