From 91ea40d1572285858c62b4802acf1b8bc520b60c Mon Sep 17 00:00:00 2001 From: Clint Shryock Date: Mon, 6 Jul 2015 16:32:18 -0600 Subject: [PATCH] provider/aws: Update Launch Configuration docs to reflect required device name --- .../docs/providers/aws/r/launch_configuration.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/launch_configuration.html.markdown b/website/source/docs/providers/aws/r/launch_configuration.html.markdown index ebfe7397f..ccd77235a 100644 --- a/website/source/docs/providers/aws/r/launch_configuration.html.markdown +++ b/website/source/docs/providers/aws/r/launch_configuration.html.markdown @@ -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"`).