Skip to content

Commit

Permalink
docs: Apply style formatting
Browse files Browse the repository at this point in the history
Apply Oxford comma style formatting.
  • Loading branch information
Ryan Johnson authored Jul 15, 2022
1 parent 088bba6 commit 54505db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/d/virtual_machine.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ The following attributes are exported:
* `unit_number` - The disk number on the storage bus.
* `network_interface_types` - The network interface types for each network
interface found on the virtual machine, in device bus order. Will be one of
`e1000`, `e1000e`, `pcnet32`, `sriov`, `vmxnet2`, `vmxnet3vrdma` or `vmxnet3`.
`e1000`, `e1000e`, `pcnet32`, `sriov`, `vmxnet2`, `vmxnet3vrdma`, or `vmxnet3`.
* `network_interfaces` - Information about each of the network interfaces on this
virtual machine or template. These are sorted by device bus order so that they
can be applied to a `vsphere_virtual_machine` resource in the order the resource
Expand All @@ -124,7 +124,7 @@ The following attributes are exported:
The sub-attributes are:
* `adapter_type` - The network interface types for each network interface found
on the virtual machine, in device bus order. Will be one of `e1000`, `e1000e`,
`vmxnet3vrdma` or `vmxnet3`.
`vmxnet3vrdma`, or `vmxnet3`.
* `bandwidth_limit` - The upper bandwidth limit of this network interface,
in Mbits/sec.
* `bandwidth_reservation` - The bandwidth reservation of this network interface,
Expand Down

0 comments on commit 54505db

Please # to comment.