Merge pull request #5111 from shaneog/patch-1

Fix a typo: "encryption" to "encrypted"
This commit is contained in:
Paul Stack 2016-02-12 12:55:19 +00:00
commit 72dbb79e6f
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ Each `ebs_block_device` supports the following:
This must be set with a `volume_type` of `"io1"`.
* `delete_on_termination` - (Optional) Whether the volume should be destroyed
on instance termination (Default: `true`).
* `encryption` - (Optional) Whether the volume should be encrypted or not. Do not use this option if you are using `snapshot_id` as the encryption flag will be determined by the snapshot. (Default: `false`).
* `encrypted` - (Optional) Whether the volume should be encrypted or not. Do not use this option if you are using `snapshot_id` as the encrypted flag will be determined by the snapshot. (Default: `false`).
Modifying any `ebs_block_device` currently requires resource replacement.