fix reversed logic in disable_vnc documentation
This commit is contained in:
parent
37cb3ec055
commit
da277a440c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue