diff --git a/modules/gcve-private-cloud/README.md b/modules/gcve-private-cloud/README.md index ce0c710ae..b54cc173c 100644 --- a/modules/gcve-private-cloud/README.md +++ b/modules/gcve-private-cloud/README.md @@ -74,15 +74,15 @@ module "gcve-pc" { | name | description | type | required | default | |---|---|:---:|:---:|:---:| -| [cidr](variables.tf#L23) | vSphere/vSAN subnets CIDR range. To undersatnd the limits, please refer to [GCVE network requirements](https://cloud.google.com/vmware-engine/docs/quickstart-networking-requirements). | string | ✓ | | -| [name](variables.tf#L43) | Private cloud name. | string | ✓ | | -| [project_id](variables.tf#L85) | Project id. | string | ✓ | | -| [zone](variables.tf#L102) | Private cloud zone. | string | ✓ | | -| [description](variables.tf#L17) | Private cloud description. | string | | "Terraform-managed." | -| [management_cluster_config](variables.tf#L28) | Management cluster configuration. | object({…}) | | {…} | -| [private_connections](variables.tf#L48) | VMWare private connections configuration. It is used to create the gcloud command printed as output. | map(object({…})) | | {} | -| [vmw_network_create](variables.tf#L90) | Create the VMware Engine network. When set to false, it uses a data source to reference an existing VMware Engine network. | bool | | true | -| [vmw_network_description](variables.tf#L96) | VMware Engine network description. | string | | "Terraform-managed." | +| [cidr](variables.tf#L16) | vSphere/vSAN subnets CIDR range. To undersatnd the limits, please refer to [GCVE network requirements](https://cloud.google.com/vmware-engine/docs/quickstart-networking-requirements). | string | ✓ | | +| [name](variables.tf#L42) | Private cloud name. | string | ✓ | | +| [project_id](variables.tf#L84) | Project id. | string | ✓ | | +| [zone](variables.tf#L101) | Private cloud zone. | string | ✓ | | +| [description](variables.tf#L21) | Private cloud description. | string | | "Terraform-managed." | +| [management_cluster_config](variables.tf#L27) | Management cluster configuration. | object({…}) | | {…} | +| [private_connections](variables.tf#L47) | VMWare private connections configuration. It is used to create the gcloud command printed as output. | map(object({…})) | | {} | +| [vmw_network_create](variables.tf#L89) | Create the VMware Engine network. When set to false, it uses a data source to reference an existing VMware Engine network. | bool | | true | +| [vmw_network_description](variables.tf#L95) | VMware Engine network description. | string | | "Terraform-managed." | ## Outputs