provider/aws: Update Launch Configuration docs to reflect required device name

This commit is contained in:
Clint Shryock 2015-07-06 16:32:18 -06:00
parent e800a8d6cc
commit 91ea40d157
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ replacement.
Each `ebs_block_device` supports the following:
* `device_name` - The name of the device to mount.
* `device_name` - (Required) The name of the device to mount.
* `snapshot_id` - (Optional) The Snapshot ID to mount.
* `volume_type` - (Optional) The type of volume. Can be `"standard"`, `"gp2"`,
or `"io1"`. (Default: `"standard"`).