Fix a typo: "encryption" to "encrypted"

Ref PR: #4481
This commit is contained in:
Shane O'Grady 2016-02-12 10:46:05 -02:00
parent 35cac85579
commit 86f791aa2b

View File

@ -143,7 +143,7 @@ Each `ebs_block_device` supports the following:
This must be set with a `volume_type` of `"io1"`. This must be set with a `volume_type` of `"io1"`.
* `delete_on_termination` - (Optional) Whether the volume should be destroyed * `delete_on_termination` - (Optional) Whether the volume should be destroyed
on instance termination (Default: `true`). 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. Modifying any `ebs_block_device` currently requires resource replacement.