hashicorp / packer-plugin-amazon

Packer plugin for Amazon AMI Builder
https://www.packer.io/docs/builders/amazon
Mozilla Public License 2.0
72 stars 110 forks source link

builder: improve documentation on virtual_name #484

Closed lbajolet-hashicorp closed 3 months ago

lbajolet-hashicorp commented 3 months ago

The virtual_name attribute for block devices did not have a clear documentation, which led to confusion for users of the plugin.

This commit enhances this to clarify these are expected to have a specific format, and are only for instance-based (ephemeral) volumes.

Closes #459