From 7b9ded8a369ec252428c5f175ea486fb14a7e76d Mon Sep 17 00:00:00 2001 From: Mark Peek Date: Sat, 7 Sep 2013 18:53:34 -0700 Subject: [PATCH] website: add no_device to amazon block device doc --- website/source/docs/builders/amazon-ebs.html.markdown | 2 +- website/source/docs/builders/amazon-instance.html.markdown | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/builders/amazon-ebs.html.markdown b/website/source/docs/builders/amazon-ebs.html.markdown index 30b448ca3..7248a2e2d 100644 --- a/website/source/docs/builders/amazon-ebs.html.markdown +++ b/website/source/docs/builders/amazon-ebs.html.markdown @@ -62,7 +62,7 @@ Optional: device mappings to the AMI. The block device mappings allow for keys: "device\_name" (string), "virtual\_name" (string), "snapshot\_id" (string), "volume\_type" (string), "volume\_size" (int), "delete\_on\_termination" - (bool), and "iops" (int). + (bool), "no\_device" (bool), and "iops" (int). * `ami_description` (string) - The description to set for the resulting AMI(s). By default this description is empty. diff --git a/website/source/docs/builders/amazon-instance.html.markdown b/website/source/docs/builders/amazon-instance.html.markdown index 01e2a70e1..a2b3b4d1a 100644 --- a/website/source/docs/builders/amazon-instance.html.markdown +++ b/website/source/docs/builders/amazon-instance.html.markdown @@ -77,8 +77,8 @@ Optional: device mappings to the AMI. The block device mappings allow for keys: "device\_name" (string), "virtual\_name" (string), "snapshot\_id" (string), "volume\_type" (string), "volume\_size" (int), "delete\_on\_termination" - (bool), and "iops" (int). See [amazon-ebs](/docs/builders/amazon-ebs.html) - for an example template. + (bool), "no\_device" (bool), and "iops" (int). + See [amazon-ebs](/docs/builders/amazon-ebs.html) for an example template. * `ami_description` (string) - The description to set for the resulting AMI(s). By default this description is empty.