provider/triton: Update to the triton machine docs for the list of nics

This commit is contained in:
stack72 2017-02-13 18:10:06 +00:00
parent a91754d728
commit fcc930cb97
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ The following arguments are supported:
* `image` - (string, Required)
The UUID of the image to provision.
* `nic` - (list of maps, Optional)
A list of maps with details for each nic. `nic` block described below.
* `nic` - (list of NIC blocks, Optional)
NICs associated with the machine. The fields allowed in a `NIC` block are defined below.
* `firewall_enabled` - (boolean) Default: `false`
Whether the cloud firewall should be enabled for this machine.