From f4ea28abc168a2c1f4f4dd5429177dd578e58ef5 Mon Sep 17 00:00:00 2001 From: Anshul Sharma Date: Thu, 2 Jun 2016 14:44:37 +0530 Subject: [PATCH] Fix errata Opsworks Documentation (#6977) fixes https://github.com/hashicorp/terraform/issues/6885 --- .../docs/providers/aws/r/opsworks_instance.html.markdown | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/source/docs/providers/aws/r/opsworks_instance.html.markdown b/website/source/docs/providers/aws/r/opsworks_instance.html.markdown index cfb14bd13d..8201b2e4f7 100644 --- a/website/source/docs/providers/aws/r/opsworks_instance.html.markdown +++ b/website/source/docs/providers/aws/r/opsworks_instance.html.markdown @@ -90,9 +90,6 @@ 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`). -* `encrypted` - (Optional) Enables [EBS - encryption](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html) - on the volume (Default: `false`). Cannot be used with `snapshot_id`. Modifying any `ebs_block_device` currently requires resource replacement.