fix reversed logic in disable_vnc documentation

This commit is contained in:
Adam Robinson 2018-07-13 09:13:58 -04:00
parent 37cb3ec055
commit da277a440c
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ builder.
this logic. This field can be specified as either `ide`, `sata`, or `scsi`.
- `disable_vnc` (boolean) - Whether to create a VNC connection or not.
A `boot_command` cannot be used when this is `false`. Defaults to `false`.
A `boot_command` cannot be used when this is `true`. Defaults to `false`.
- `disk_adapter_type` (string) - The adapter type of the VMware virtual disk
to create. This option is for advanced usage, modify only if you know what