website: add no_device to amazon block device doc
This commit is contained in:
parent
521e0163ee
commit
7b9ded8a36
|
@ -62,7 +62,7 @@ Optional:
|
||||||
device mappings to the AMI. The block device mappings allow for keys:
|
device mappings to the AMI. The block device mappings allow for keys:
|
||||||
"device\_name" (string), "virtual\_name" (string), "snapshot\_id" (string),
|
"device\_name" (string), "virtual\_name" (string), "snapshot\_id" (string),
|
||||||
"volume\_type" (string), "volume\_size" (int), "delete\_on\_termination"
|
"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_description` (string) - The description to set for the resulting
|
||||||
AMI(s). By default this description is empty.
|
AMI(s). By default this description is empty.
|
||||||
|
|
|
@ -77,8 +77,8 @@ Optional:
|
||||||
device mappings to the AMI. The block device mappings allow for keys:
|
device mappings to the AMI. The block device mappings allow for keys:
|
||||||
"device\_name" (string), "virtual\_name" (string), "snapshot\_id" (string),
|
"device\_name" (string), "virtual\_name" (string), "snapshot\_id" (string),
|
||||||
"volume\_type" (string), "volume\_size" (int), "delete\_on\_termination"
|
"volume\_type" (string), "volume\_size" (int), "delete\_on\_termination"
|
||||||
(bool), and "iops" (int). See [amazon-ebs](/docs/builders/amazon-ebs.html)
|
(bool), "no\_device" (bool), and "iops" (int).
|
||||||
for an example template.
|
See [amazon-ebs](/docs/builders/amazon-ebs.html) for an example template.
|
||||||
|
|
||||||
* `ami_description` (string) - The description to set for the resulting
|
* `ami_description` (string) - The description to set for the resulting
|
||||||
AMI(s). By default this description is empty.
|
AMI(s). By default this description is empty.
|
||||||
|
|
Loading…
Reference in New Issue