Minor fix to GCVE module readme (#1946)

Co-authored-by: Luca Prete <lucaprete@google.com>
Co-authored-by: Simone Ruffilli <sruffilli@google.com>
This commit is contained in:
Luca Prete 2023-12-21 18:29:30 +01:00 committed by GitHub
parent a2263da1f3
commit df5c02aa1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions

View File

@ -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)
@ -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
@ -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"
}
}
@ -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"
}
}
@ -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"
}
}