From faa971291d446b9d22ded5c970e2afe125cd2475 Mon Sep 17 00:00:00 2001 From: Royce Remer Date: Fri, 12 Feb 2016 19:44:58 -0800 Subject: [PATCH] document optional amazon-ebs virt type behavior --- website/source/docs/builders/amazon-ebs.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/builders/amazon-ebs.html.md b/website/source/docs/builders/amazon-ebs.html.md index a11f8cbba..cdef61fc1 100644 --- a/website/source/docs/builders/amazon-ebs.html.md +++ b/website/source/docs/builders/amazon-ebs.html.md @@ -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.