From c303a21390a3e18ab84af90a18652b657dedd46c Mon Sep 17 00:00:00 2001 From: Matt Stofko Date: Mon, 29 Oct 2018 14:54:42 -0700 Subject: [PATCH] Add documentation for 'format' parameter. --- website/source/docs/post-processors/amazon-import.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/post-processors/amazon-import.html.md b/website/source/docs/post-processors/amazon-import.html.md index 1153cd6ff..b740fc838 100644 --- a/website/source/docs/post-processors/amazon-import.html.md +++ b/website/source/docs/post-processors/amazon-import.html.md @@ -65,6 +65,10 @@ Optional: provider whose API is compatible with aws EC2. Specify another endpoint like this `https://ec2.custom.endpoint.com`. +- `format` (string) - One of: `ova`, `raw`, `vhd`, `vhdx`, or `vmdk`. This specifies + the format of the source virtual machine image. The resulting artifact from the builder + is assumed to have a file extension matching the format. This defaults to `ova`. + - `license_type` (string) - The license type to be used for the Amazon Machine Image (AMI) after importing. Valid values: `AWS` or `BYOL` (default). For more details regarding licensing, see