Fix errata Opsworks Documentation (#6977)

fixes https://github.com/hashicorp/terraform/issues/6885
This commit is contained in:
Anshul Sharma 2016-06-02 14:44:37 +05:30 committed by Paul Stack
parent 61f6881966
commit f4ea28abc1
1 changed files with 0 additions and 3 deletions

View File

@ -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.