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

This commit is contained in:
Daniel Frederick Crisman 2021-01-13 05:38:45 -05:00 committed by GitHub
parent e77d270fc4
commit 1e8b0723f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"`
}

View File

@ -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.