Update virtual_machine.html.markdown

Typo
This commit is contained in:
Chris Love 2015-11-17 21:56:58 -07:00
parent 2d0ceb51c4
commit 9de7319b63
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ The following arguments are supported:
Network interfaces support the following attributes:
* `label` - (Required) Label to assign to this network interface
* `ip_address` - (Optional) Static IP to assign to this network interface. Interface will use DHCP if this is left blank. Current only IPv4 ip addresses are supported.
* `ip_address` - (Optional) Static IP to assign to this network interface. Interface will use DHCP if this is left blank. Currently only IPv4 IP addresses are supported.
* `subnet_mask` - (Optional) Subnet mask to use when statically assigning an IP.
<a id="disks"></a>