Skip to content

Commit

Permalink
Correct indentations
Browse files Browse the repository at this point in the history
Removed indentation for `cpu_hot_add_enabled` and `cpu_hot_remove_enabled`.
  • Loading branch information
Ryan Johnson authored Jan 19, 2022
1 parent 18db08e commit 3554978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/virtual_machine.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 3554978

Please sign in to comment.