From 739bbf1aefcc8e4b0dfd6b79055ed6f539de3c5f Mon Sep 17 00:00:00 2001 From: eliamaldini Date: Thu, 17 Aug 2023 12:11:42 +0200 Subject: [PATCH] fixed variable name --- modules/gcve-private-cloud/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gcve-private-cloud/README.md b/modules/gcve-private-cloud/README.md index 2b85cd31a..4c9785f30 100644 --- a/modules/gcve-private-cloud/README.md +++ b/modules/gcve-private-cloud/README.md @@ -80,7 +80,7 @@ module "gcve-pc" { | [zone](variables.tf#L91) | 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#L47) | VMWare private connections configuration. It is used to create the gcloud command printed as output. | map(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#L79) | 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#L85) | VMware Engine network description. | string | | "Terraform-managed." |