From df5c02aa1eb20e3851b7cd3c9670ac8979541807 Mon Sep 17 00:00:00 2001 From: Luca Prete Date: Thu, 21 Dec 2023 18:29:30 +0100 Subject: [PATCH] Minor fix to GCVE module readme (#1946) Co-authored-by: Luca Prete Co-authored-by: Simone Ruffilli --- modules/gcve-private-cloud/README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/modules/gcve-private-cloud/README.md b/modules/gcve-private-cloud/README.md index dbf5c753fd..ee9f0a1004 100644 --- a/modules/gcve-private-cloud/README.md +++ b/modules/gcve-private-cloud/README.md @@ -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. - [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" } }