diff --git a/website/docs/r/virtual_machine.html.markdown b/website/docs/r/virtual_machine.html.markdown index fef7fbc8a..3c6942baa 100644 --- a/website/docs/r/virtual_machine.html.markdown +++ b/website/docs/r/virtual_machine.html.markdown @@ -716,9 +716,9 @@ The following options control CPU and memory settings on a virtual machine: * `num_cores_per_socket` - (Optional) The number of cores per socket in the virtual machine. The number of vCPUs on the virtual machine will be `num_cpus` divided by `num_cores_per_socket`. If specified, the value supplied to `num_cpus` must be evenly divisible by this value. Default: `1`. - * `cpu_hot_add_enabled` - (Optional) Allow CPUs to be added to the virtual machine while it is powered on. +* `cpu_hot_add_enabled` - (Optional) Allow CPUs to be added to the virtual machine while it is powered on. - * `cpu_hot_remove_enabled` - (Optional) Allow CPUs to be removed to the virtual machine while it is powered on. +* `cpu_hot_remove_enabled` - (Optional) Allow CPUs to be removed to the virtual machine while it is powered on. * `memory` - (Optional) The memory size to assign to the virtual machine, in MB. Default: `1024` (1 GB).