From 86f791aa2bdafe37da71f5e6b604e94dfe1ef7b9 Mon Sep 17 00:00:00 2001 From: Shane O'Grady Date: Fri, 12 Feb 2016 10:46:05 -0200 Subject: [PATCH] Fix a typo: "encryption" to "encrypted" Ref PR: #4481 --- .../docs/providers/aws/r/launch_configuration.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/launch_configuration.html.markdown b/website/source/docs/providers/aws/r/launch_configuration.html.markdown index 5a1786a53..d32a1c806 100644 --- a/website/source/docs/providers/aws/r/launch_configuration.html.markdown +++ b/website/source/docs/providers/aws/r/launch_configuration.html.markdown @@ -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.