Skip to content

Commit

Permalink
Minor fix to GCVE module readme (#1946)
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Prete <[email protected]>
Co-authored-by: Simone Ruffilli <[email protected]>
  • Loading branch information
3 people authored Dec 21, 2023
1 parent a2263da commit df5c02a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions modules/gcve-private-cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

The module manages one or more Google Cloud VMWare Engine Private Clouds.

It also optionally creates:
- A VMWare engine network, shared betwee or it can work with an existing one. The module optionally creates peering connections to users' VPCs or other VMware engine networks.
It can either create a new VMWare engine network shared between the private clouds or it can use an existing one. The module also creates peering connections to users' VPCs or other VMware engine networks.

To understand the limits and to properly configure the vSphere/vSAN subnets CIDR range please refer to the [GCVE public documentation](https://cloud.google.com/vmware-engine/docs/quickstart-networking-requirements).

Be aware that the deployment of this module might require up to 2 hours depending on the selected private cloud target zone.
The deployment might require up to 2 hours, depending on the selected private cloud target zone.

<!-- BEGIN TOC -->
- [Limitations](#limitations)
Expand All @@ -20,7 +19,7 @@ Be aware that the deployment of this module might require up to 2 hours dependin

## Limitations

At the moment this module doesn't support the creation of stretched private clouds.
The module (and the underlying resource) still don't support the creation of stretched (regional) private clouds.

## Basic Private Cloud Creation

Expand All @@ -32,7 +31,6 @@ module "gcve-pc" {
vmw_network_peerings = {
transit-conn1 = {
name = "to-my-vpc"
peer_network = "projects/test-prj-gcve-01/global/networks/default"
}
}
Expand All @@ -59,7 +57,6 @@ module "gcve-pc" {
vmw_network_peerings = {
transit-conn1 = {
name = "to-my-vpc"
peer_network = "projects/test-prj-gcve-01/global/networks/default"
}
}
Expand Down Expand Up @@ -91,7 +88,6 @@ module "gcve-pc" {
vmw_network_peerings = {
transit-conn1 = {
name = "to-my-vpc"
peer_network = "projects/test-prj-gcve-01/global/networks/default"
}
}
Expand Down

0 comments on commit df5c02a

Please sign in to comment.