fix documentation
This commit is contained in:
parent
7d142134f2
commit
b06f0bbf4a
|
@ -69,7 +69,12 @@ The following arguments are supported:
|
||||||
* `user_data` - (Optional) The user data to provide when launching the instance.
|
* `user_data` - (Optional) The user data to provide when launching the instance.
|
||||||
* `enable_monitoring` - (Optional) Enables/disables detailed monitoring. This is enabled by default.
|
* `enable_monitoring` - (Optional) Enables/disables detailed monitoring. This is enabled by default.
|
||||||
* `ebs_optimized` - (Optional) If true, the launched EC2 instance will be EBS-optimized.
|
* `ebs_optimized` - (Optional) If true, the launched EC2 instance will be EBS-optimized.
|
||||||
* `block_device_mapping` - (Optional) A list of block devices to add. Their keys are documented below.
|
* `root_block_device` - (Optional) Customize details about the root block
|
||||||
|
device of the instance. See [Block Devices](#block-devices) below for details.
|
||||||
|
* `ebs_block_device` - (Optional) Additional EBS block devices to attach to the
|
||||||
|
instance. See [Block Devices](#block-devices) below for details.
|
||||||
|
* `ephemeral_block_device` - (Optional) Customize Ephemeral (also known as
|
||||||
|
"Instance Store") volumes on the instance. See [Block Devices](#block-devices) below for details.
|
||||||
|
|
||||||
<a id="block-devices"></a>
|
<a id="block-devices"></a>
|
||||||
## Block devices
|
## Block devices
|
||||||
|
|
Loading…
Reference in New Issue