From d088b01cc892bccce56313e66a45e1a3ad31ec63 Mon Sep 17 00:00:00 2001 From: owjjh Date: Mon, 6 Jun 2016 14:45:22 -0400 Subject: [PATCH] Updating documentation to include details for the skip_region_validation configuration option --- website/source/docs/builders/amazon-chroot.html.md | 3 +++ website/source/docs/builders/amazon-ebs.html.md | 3 +++ website/source/docs/builders/amazon-instance.html.md | 3 +++ 3 files changed, 9 insertions(+) diff --git a/website/source/docs/builders/amazon-chroot.html.md b/website/source/docs/builders/amazon-chroot.html.md index 8482004c6..3570a1f0f 100644 --- a/website/source/docs/builders/amazon-chroot.html.md +++ b/website/source/docs/builders/amazon-chroot.html.md @@ -146,6 +146,9 @@ builder. - `root_volume_size` (integer) - The size of the root volume for the chroot environment, and the resulting AMI +- `skip_region_validation` (boolean) - Set to true if you want to skip + validation of the ami_regions configuration option. Defaults to false. + - `tags` (object of key/value strings) - Tags applied to the AMI. ## Basic Example diff --git a/website/source/docs/builders/amazon-ebs.html.md b/website/source/docs/builders/amazon-ebs.html.md index 1529acd2a..d44033e4a 100644 --- a/website/source/docs/builders/amazon-ebs.html.md +++ b/website/source/docs/builders/amazon-ebs.html.md @@ -166,6 +166,9 @@ builder. described above. Note that if this is specified, you must omit the `security_group_id`. +- `skip_region_validation` (boolean) - Set to true if you want to skip + validation of the region configuration option. Defaults to false. + - `spot_price` (string) - The maximum hourly price to pay for a spot instance to create the AMI. Spot instances are a type of instance that EC2 starts when the current spot price is less than the maximum price you specify. Spot diff --git a/website/source/docs/builders/amazon-instance.html.md b/website/source/docs/builders/amazon-instance.html.md index fd173310f..887f03b2b 100644 --- a/website/source/docs/builders/amazon-instance.html.md +++ b/website/source/docs/builders/amazon-instance.html.md @@ -191,6 +191,9 @@ builder. described above. Note that if this is specified, you must omit the `security_group_id`. +- `skip_region_validation` (boolean) - Set to true if you want to skip + validation of the region configuration option. Defaults to false. + - `spot_price` (string) - The maximum hourly price to launch a spot instance to create the AMI. It is a type of instances that EC2 starts when the maximum price that you specify exceeds the current spot price. Spot price