Network Load Balancer module (#1418)

* wip

* example tests passing
This commit is contained in:
Ludovico Magnocavallo
2023-06-05 13:21:40 +02:00
committed by GitHub
parent a93a78f4e7
commit ea4c00756b
9 changed files with 803 additions and 2 deletions

View File

@@ -45,10 +45,11 @@ These modules are used in the examples included in this repository. If you are u
- [Cloud Endpoints](./endpoints)
- [DNS](./dns)
- [DNS Response Policy](./dns-response-policy/)
- [Global Load Balancer (classic)](./net-glb/)
- [Global Load Balancer](./net-glb/)
- [L4 ILB](./net-ilb)
- [L7 ILB](./net-ilb-l7)
- [NAT](./net-cloudnat)
- [Network Load Balancer](./net-nlb)
- [Service Directory](./service-directory)
- [VPC](./net-vpc)
- [VPC firewall](./net-vpc-firewall)