From 7d52baaf0efa869a830070f9731eddc6f1a0bb7e Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Wed, 29 May 2019 12:12:18 +0200 Subject: [PATCH] Update _building_on_remote_vsphere_hypervisor.html.md clearly mark optional fields --- .../builders/_building_on_remote_vsphere_hypervisor.html.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/source/partials/builders/_building_on_remote_vsphere_hypervisor.html.md b/website/source/partials/builders/_building_on_remote_vsphere_hypervisor.html.md index 8c04d4abb..4286f80a6 100644 --- a/website/source/partials/builders/_building_on_remote_vsphere_hypervisor.html.md +++ b/website/source/partials/builders/_building_on_remote_vsphere_hypervisor.html.md @@ -30,12 +30,13 @@ Packer builds on; a vMotion event will cause the Packer build to fail. To use a remote VMware vSphere Hypervisor to build your virtual machine, fill in the required `remote_*` configurations: +### Required: + - `remote_type` - This must be set to "esx5". - `remote_host` - The host of the remote machine. -Additionally, there are some optional configurations that you'll likely have to -modify as well: +### Optional: - `remote_port` - The SSH port of the remote machine