You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/source/docs/providers/aws/r/launch_configuration.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ Each `ebs_block_device` supports the following:
143
143
This must be set with a `volume_type` of `"io1"`.
144
144
*`delete_on_termination` - (Optional) Whether the volume should be destroyed
145
145
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`).
147
147
148
148
Modifying any `ebs_block_device` currently requires resource replacement.
0 commit comments