Merge pull request #5132 from hashicorp/4923_encrypt_docs

clarify docs for encrypt_boot
This commit is contained in:
Megan Marsh 2017-07-17 13:12:59 -07:00 committed by GitHub
commit 08a56a7f49
3 changed files with 6 additions and 3 deletions

View File

@ -142,7 +142,8 @@ each category, the available configuration keys are alphabetized.
- `encrypt_boot` (boolean) - Instruct packer to automatically create a copy of the - `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 AMI with an encrypted boot volume (discarding the initial unencrypted AMI in the
process). Default `false`. process). Packer will always run this operation, even if the base
AMI has an encrypted boot volume to start with. Default `false`.
- `kms_key_id` (string) - The ID of the KMS key to use for boot volume encryption. - `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 This only applies to the main `region`, other regions where the AMI will be copied

View File

@ -179,7 +179,8 @@ builder.
- `encrypt_boot` (boolean) - Instruct packer to automatically create a copy of the - `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 AMI with an encrypted boot volume (discarding the initial unencrypted AMI in the
process). Default `false`. process). Packer will always run this operation, even if the base
AMI has an encrypted boot volume to start with. Default `false`.
- `kms_key_id` (string) - The ID of the KMS key to use for boot volume encryption. - `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 This only applies to the main `region`, other regions where the AMI will be copied

View File

@ -172,7 +172,8 @@ builder.
- `encrypt_boot` (boolean) - Instruct packer to automatically create a copy of the - `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 AMI with an encrypted boot volume (discarding the initial unencrypted AMI in the
process). Default `false`. process). Packer will always run this operation, even if the base
AMI has an encrypted boot volume to start with. Default `false`.
- `kms_key_id` (string) - The ID of the KMS key to use for boot volume encryption. - `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 This only applies to the main `region`, other regions where the AMI will be copied