Skip to content

Commit 86f791a

Browse files
committed
Fix a typo: "encryption" to "encrypted"
Ref PR: hashicorp#4481
1 parent 35cac85 commit 86f791a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/providers/aws/r/launch_configuration.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Each `ebs_block_device` supports the following:
143143
This must be set with a `volume_type` of `"io1"`.
144144
* `delete_on_termination` - (Optional) Whether the volume should be destroyed
145145
on instance termination (Default: `true`).
146-
* `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`).
146+
* `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`).
147147

148148
Modifying any `ebs_block_device` currently requires resource replacement.
149149

0 commit comments

Comments
 (0)