Commit 45746a92 authored by Mark Peek's avatar Mark Peek

website: fixup some underscores to not be emphasis in the AWS docs

parent e8aecd8a
...@@ -60,9 +60,9 @@ Optional: ...@@ -60,9 +60,9 @@ Optional:
* `ami_block_device_mappings` (array of block device mappings) - Add the block * `ami_block_device_mappings` (array of block device mappings) - Add the block
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" (bool), "volume\_type" (string), "volume\_size" (int), "delete\_on\_termination"
and "iops" (int). (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.
......
...@@ -75,10 +75,10 @@ Optional: ...@@ -75,10 +75,10 @@ Optional:
* `ami_block_device_mappings` (array of block device mappings) - Add the block * `ami_block_device_mappings` (array of block device mappings) - Add the block
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" (bool), "volume\_type" (string), "volume\_size" (int), "delete\_on\_termination"
and "iops" (int). See [amazon-ebs](/docs/builders/amazon-ebs.html) for an (bool), and "iops" (int). See [amazon-ebs](/docs/builders/amazon-ebs.html)
example template. 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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment