From 1fa95d7153d62614d6ddfd5587e61d7681f49814 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 27 Oct 2014 17:26:30 -0700 Subject: [PATCH] website: don't show virt type on amazon-ebs --- website/source/docs/builders/amazon-ebs.html.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/source/docs/builders/amazon-ebs.html.markdown b/website/source/docs/builders/amazon-ebs.html.markdown index 95f7ffcf9..a52501986 100644 --- a/website/source/docs/builders/amazon-ebs.html.markdown +++ b/website/source/docs/builders/amazon-ebs.html.markdown @@ -86,10 +86,6 @@ each category, the available configuration keys are alphabetized. to 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 is required to register HVM images. Can be - "paravirtual" (default) 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.