From 6a38de484603cd3483488aea6ab87ec1e47a9cda Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 31 May 2017 11:32:14 -0700 Subject: [PATCH] add docs --- 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 43851c2fc..9869bbb34 100644 --- a/website/source/docs/builders/amazon-ebs.html.md +++ b/website/source/docs/builders/amazon-ebs.html.md @@ -128,6 +128,10 @@ builder. Tags and attributes are copied along with the AMI. AMI copying takes time depending on the size of the AMI, but will generally take many minutes. +- `region_kms_key_ids` (map of strings) - a map of regions to copy the ami to, + along with the custom kms key id to use for encryption for that region. + Keys must match the regions provided in `ami_regions` + - `ami_users` (array of strings) - A list of account IDs that have access to launch the resulting AMI(s). By default no additional users other than the user creating the AMI has permissions to launch it.