mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 16:31:48 -04:00
document encrypt_boot option for chroot
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user