From 1351a9ce1a8b63e9014efed3384332fc29dbb831 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Sun, 26 Feb 2017 17:54:42 -0800 Subject: [PATCH] also document the kms field --- website/source/docs/builders/amazon-chroot.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/builders/amazon-chroot.html.md b/website/source/docs/builders/amazon-chroot.html.md index eb574d6ff..1ab369f65 100644 --- a/website/source/docs/builders/amazon-chroot.html.md +++ b/website/source/docs/builders/amazon-chroot.html.md @@ -135,6 +135,10 @@ each category, the available configuration keys are alphabetized. AMI with an encrypted boot volume (discarding the initial unencrypted AMI in the process). Default `false`. +- `kms_key_id` (string) - The ID of the KMS key to use for boot volume encryption. + This only applies to the main `region`, other regions where the AMI will be copied + will be encrypted by the default EBS KMS key. + - `from_scratch` (boolean) - Build a new volume instead of starting from an existing AMI root volume snapshot. Default `false`. If true, `source_ami` is no longer used and the following options become required: