diff --git a/Orchestrator/Workflows/Generate Unique Hostname/README.md b/Orchestrator/Workflows/Generate Unique Hostname/README.md index 8a92857..8aecd74 100644 --- a/Orchestrator/Workflows/Generate Unique Hostname/README.md +++ b/Orchestrator/Workflows/Generate Unique Hostname/README.md @@ -22,5 +22,5 @@ Ensures a unique, sequentially-numbered hostname by checking for naming conflict | `digitCount` | number | `2` | determines how many digits get appended to `nameBase` | | `errMsg` | string | | thrown when errors are encountered | |`hostnameSequence` | number | `0` | starts the sequence at 0, tracks as it changes | -| `vcSdkConnection` | VC:SdkConnection | | host used by the vCenter plugin (set based on `vmName` input) | +| `vcSdkConnection` | VC:SdkConnection | | host used by the vCenter plugin (set based on `vCenterName` input) | | `vms` | Array/VC:VirtualMachine | | holds VM objects to check for conflicts | \ No newline at end of file