minor doc update with missing "use" vsphere config (#10474)

pull/10475/head
Daniel Frederick Crisman 5 years ago committed by GitHub
parent e77d270fc4
commit 1e8b0723f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,7 +30,7 @@ type LocationConfig struct {
// VMWare datastore. Required if `host` is a cluster, or if `host` has
// multiple datastores.
Datastore string `mapstructure:"datastore"`
// Set this to true if packer should the host for uploading files
// Set this to true if packer should use the host for uploading files
// to the datastore. Defaults to false.
SetHostForDatastoreUploads bool `mapstructure:"set_host_for_datastore_uploads"`
}

@ -20,5 +20,5 @@
- `datastore` (string) - VMWare datastore. Required if `host` is a cluster, or if `host` has
multiple datastores.
- `set_host_for_datastore_uploads` (bool) - Set this to true if packer should the host for uploading files
- `set_host_for_datastore_uploads` (bool) - Set this to true if packer should use the host for uploading files
to the datastore. Defaults to false.

Loading…
Cancel
Save