Skip to content

Commit

Permalink
Updated the Catalog Name Default Value in the Input Section of the RE…
Browse files Browse the repository at this point in the history
…ADME
  • Loading branch information
scafeman committed Apr 22, 2023
1 parent 8b4306a commit 005d1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This Terraform module will deploy a vApp and "X" number of Virtual Machines into
| vcd_edge_name | Name of the Data Center Group Edge Gateway | string | `"Edge Gateway Name Format: <Account_Number>-<Region>-<Edge_GW_Identifier>-<edge>"` | 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 | Yes |
| catalog_name | Cloud Director Catalog Name | string | `"Catalog Name Format: <Account_Number>-<Region>-<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 |
Expand Down

0 comments on commit 005d1b3

Please sign in to comment.