mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #2635 from hashicorp/b-aws-update-lc-docs
provider/aws: Update Launch Configuration docs to reflect required device name
This commit is contained in:
commit
b4c1c223ff
@ -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"`).
|
||||
|
Loading…
Reference in New Issue
Block a user