From d460b9afd4668f68b1f84ce342967b0ad9e50ff1 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Mon, 17 Jun 2019 14:48:58 -0700 Subject: [PATCH] add docs for skip_save_build_region --- website/source/docs/builders/amazon-ebs.html.md.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/source/docs/builders/amazon-ebs.html.md.erb b/website/source/docs/builders/amazon-ebs.html.md.erb index 27b40f803..4825ccaca 100644 --- a/website/source/docs/builders/amazon-ebs.html.md.erb +++ b/website/source/docs/builders/amazon-ebs.html.md.erb @@ -295,6 +295,12 @@ builder. - `skip_region_validation` (boolean) - Set to true if you want to skip validation of the region configuration option. Default `false`. +- `skip_save_build_region` (boolean) - If true, Packer will not check whether + an AMI with the `ami_name` exists in the region it is building in. It will + use an intermediary AMI name, which it will not convert to an AMI in the + build region. It will copy the intermediary AMI into any regions provided + in `ami_regions`, then delete the intermediary AMI. Default `false`. + - `snapshot_groups` (array of strings) - A list of groups that have access to create volumes from the snapshot(s). By default no groups have permission to create volumes from the snapshot(s). `all` will make the snapshot