From 560a902a52a2b8bd0ab4c85360170e319bbd6321 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 16 Jun 2022 10:29:04 -0500 Subject: [PATCH] update README --- Orchestrator/Workflows/VM Post-Provision/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Orchestrator/Workflows/VM Post-Provision/README.md b/Orchestrator/Workflows/VM Post-Provision/README.md index d584a73..0fea55e 100644 --- a/Orchestrator/Workflows/VM Post-Provision/README.md +++ b/Orchestrator/Workflows/VM Post-Provision/README.md @@ -12,4 +12,4 @@ Performs post-deploy tasks like adding notes to the VM object and creating stati | Name | Type | Value | Description | |:--- |:--- |:--- |:--- | | `vm` | VC:VirtualMachine| | virtual machine object | -| `dnsHost` | CompositeType(sshHost:string,sshUser:string,sshPass:SecureString,dnsServers:Array/string,supportedDomains:Array/string):dnsConfig | `Endpoints: dnsHost` | object which stores endpoint and credential details for DNS operations | +| `dnsHost` | CompositeType(sshHost:string, sshUser:string, sshPass:SecureString, dnsServers:Array/string, supportedDomains:Array/string):dnsConfig | `Endpoints: dnsHost` | object which stores endpoint and credential details for DNS operations |