Skip to content

Commit

Permalink
Merge pull request #2635 from hashicorp/b-aws-update-lc-docs
Browse files Browse the repository at this point in the history
provider/aws: Update Launch Configuration docs to reflect required device name
  • Loading branch information
catsby committed Jul 6, 2015
2 parents e800a8d + 91ea40d commit b4c1c22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"`).
Expand Down

0 comments on commit b4c1c22

Please sign in to comment.