document encrypt_boot option for chroot

This commit is contained in:
Matthew Hooker 2017-02-26 17:49:33 -08:00
parent 6a7c37beb6
commit 78fea60bce
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 4 additions and 0 deletions

View File

@ -131,6 +131,10 @@ each category, the available configuration keys are alphabetized.
- `force_delete_snapshot` (boolean) - Force Packer to delete snapshots associated with
AMIs, which have been deregistered by `force_deregister`. Default `false`.
- `encrypt_boot` (boolean) - Instruct packer to automatically create a copy of the
AMI with an encrypted boot volume (discarding the initial unencrypted AMI in the
process). Default `false`.
- `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: