Doc updates to reference new peering stage (#565)

* Few updates to reference new peering stage

* More updates to peering stage

* VPN -> HA VPN

* Fix broken links
This commit is contained in:
Julio Castillo
2022-02-28 16:29:38 +01:00
committed by GitHub
parent cdecc199a4
commit ea79b339e9
7 changed files with 53 additions and 52 deletions

View File

@@ -50,7 +50,7 @@ These modules are used in the examples included in this repository. If you are u
- [VPC peering](./net-vpc-peering)
- [VPN static](./net-vpn-static)
- [VPN dynamic](./net-vpn-dynamic)
- [VPN HA](./net-vpn-ha)
- [HA VPN](./net-vpn-ha)
- [ ] TODO: xLB modules
## Compute/Container
@@ -58,6 +58,7 @@ These modules are used in the examples included in this repository. If you are u
- [COS container](./cloud-config-container/onprem/) (coredns, mysql, onprem, squid)
- [GKE cluster](./gke-cluster)
- [GKE nodepool](./gke-nodepool)
- [GKE hub](./gke-hub)
- [Managed Instance Group](./compute-mig)
- [VM/VM group](./compute-vm)

View File

@@ -1,4 +1,4 @@
# Cloud VPN HA Module
# Cloud HA VPN Module
This module makes it easy to deploy either GCP-to-GCP or GCP-to-On-prem [Cloud HA VPN](https://cloud.google.com/vpn/docs/concepts/overview#ha-vpn).
## Examples