document optional amazon-ebs virt type behavior

This commit is contained in:
Royce Remer 2016-02-12 19:44:58 -08:00 committed by Rickard von Essen
parent 5e1aa22dc7
commit faa971291d
1 changed files with 4 additions and 0 deletions

View File

@ -109,6 +109,10 @@ builder.
launch the resulting AMI(s). By default no additional users other than the
user creating the AMI has permissions to launch it.
- `ami_virtualization_type` (string) - The type of virtualization for the AMI
you are building. This option must match the supported virtualization
type of `source_ami`. Can be "paravirtual" or "hvm".
- `associate_public_ip_address` (boolean) - If using a non-default VPC, public
IP addresses are not provided by default. If this is toggled, your new
instance will get a Public IP.