mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #5111 from shaneog/patch-1
Fix a typo: "encryption" to "encrypted"
This commit is contained in:
commit
72dbb79e6f
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user