From 8aac8dc17c0265903edcc72087dbbfbd5749f729 Mon Sep 17 00:00:00 2001 From: Danny Lockard Date: Wed, 10 Dec 2014 11:35:32 -0600 Subject: [PATCH] Per https://coderwall.com/p/momg4a/packer-io-vsphere-post-processor-without-resource-pools --- website/source/docs/post-processors/vsphere.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/post-processors/vsphere.html.markdown b/website/source/docs/post-processors/vsphere.html.markdown index 3ce8ec5f9..d49683a43 100644 --- a/website/source/docs/post-processors/vsphere.html.markdown +++ b/website/source/docs/post-processors/vsphere.html.markdown @@ -31,7 +31,8 @@ Required: * `password` (string) - Password to use to authenticate to the vSphere endpoint. -* `resource_pool` (string) - The resource pool to upload the VM to. +* `resource_pool` (string) - The resource pool to upload the VM to. This can be + " " if you do not have resource pools configured * `username` (string) - The username to use to authenticate to the vSphere endpoint.