Merge pull request #6010 from andrepearce/patch-1

Nest the additional field of `ami_root_device`
This commit is contained in:
Megan Marsh 2018-03-13 09:51:10 -07:00 committed by GitHub
commit 535d4d04e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -55,9 +55,9 @@ builder.
the root device of the AMI. This looks like the mappings in `ami_block_device_mapping`, the root device of the AMI. This looks like the mappings in `ami_block_device_mapping`,
except with an additional field: except with an additional field:
- `source_device_name` (string) - The device name of the block device on the - `source_device_name` (string) - The device name of the block device on the
source instance to be used as the root device for the AMI. This must correspond source instance to be used as the root device for the AMI. This must correspond
to a block device in `launch_block_device_mapping`. to a block device in `launch_block_device_mapping`.
### Optional: ### Optional: