From 8b4306acc3ccea29f487c173f7b063c3b29f81e7 Mon Sep 17 00:00:00 2001 From: Matt Scafe Date: Fri, 21 Apr 2023 23:04:10 -0500 Subject: [PATCH] Updated the "Required" Input Table Org Variable fields. They were changed to "Yes" --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e663b91..2e874af 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ This Terraform module will deploy a vApp and "X" number of Virtual Machines into | Name | Description | Type | Default | Required | |------|-------------|------|---------|----------| -| vdc_org_name | Name of the Data Center Group Organization | string | `"Data Center Group Name Format: --"` | no | -| vdc_group_name | Name of the Data Center Group | string | `"Data Center Group Name Format: -- "` | no | -| vdc_name | Cloud Director VDC Name | string | `"Virtual Data Center Name Format: --"` | no | -| vcd_edge_name | Name of the Data Center Group Edge Gateway | string | `"Edge Gateway Name Format: ---"` | no | +| vdc_org_name | Name of the Data Center Group Organization | string | `"Data Center Group Name Format: --"` | Yes | +| vdc_group_name | Name of the Data Center Group | string | `"Data Center Group Name Format: -- "` | Yes | +| vdc_name | Cloud Director VDC Name | string | `"Virtual Data Center Name Format: --"` | Yes | +| vcd_edge_name | Name of the Data Center Group Edge Gateway | string | `"Edge Gateway Name Format: ---"` | Yes | | vm_sizing_policy_name | Cloud Director VM Sizing Policy Name | string | gp4.16 | no | | vapp_org_network_name | Cloud Director Vapp Organization Network Name | string | US1-Segment-01 | no | -| catalog_name | Cloud Director Catalog Name | string | 1338829-US1-catalog | no | +| catalog_name | Cloud Director Catalog Name | string | 1338829-US1-catalog | Yes | | catalog_template_name | Cloud Director Catalog Template Name | string | Windows Server 2022 | no | | vapp_name | Cloud Director Vapp Name | string | My Application | no | | vm_name_environment | Environment of the VM | string | Prod | no |