2019-06-12 16:33:18 +02:00
|
|
|
<!-- Code generated from the comments of the BlockDevice struct in builder/amazon/common/block_device.go; DO NOT EDIT MANUALLY -->
|
2019-06-18 17:05:10 +02:00
|
|
|
These will be attached when booting a new instance from your AMI.
|
|
|
|
Your options here may vary depending on the type of VM you use. Example:
|
|
|
|
|
|
|
|
``` json
|
|
|
|
"builders":[{
|
|
|
|
"type":"...",
|
|
|
|
"ami_block_device_mappings":[{
|
|
|
|
"device_name":"xvda",
|
|
|
|
"delete_on_termination":true,
|
|
|
|
"volume_type":"gp2"
|
|
|
|
}]
|
|
|
|
}
|
|
|
|
```
|