update documentation based on feedback

This commit is contained in:
Joshua Foster 2020-03-03 11:53:16 -05:00
parent d7230827cd
commit 1dbe5abc14
3 changed files with 2 additions and 4 deletions

View file

@ -53,7 +53,7 @@ type CreateConfig struct {
DiskThinProvisioned bool `mapstructure:"disk_thin_provisioned"`
// Enable VMDK eager scrubbing for VM. Defaults to `false`.
DiskEagerlyScrub bool `mapstructure:"disk_eagerly_scrub"`
// Storage
// A collection of one or more disks to be provisioned along with the VM.
Storage []DiskConfig `mapstructure:"storage"`
// Set network VM will be connected to.
Network string `mapstructure:"network"`

View file

@ -72,8 +72,6 @@ necessary for this build to succeed and can be found further down the page.
### Storage Configuration
<%= partial "partials/builder/vsphere/iso/DiskConfig-required" %>
### Optional Storage Configuration
<%= partial "partials/builder/vsphere/iso/DiskConfig-not-required" %>
### Floppy Configuration

View file

@ -19,7 +19,7 @@
- `disk_eagerly_scrub` (bool) - Enable VMDK eager scrubbing for VM. Defaults to `false`.
- `storage` ([]DiskConfig) - Storage
- `storage` ([]DiskConfig) - A collection of one or more disks to be provisioned along with the VM.
- `network` (string) - Set network VM will be connected to.