From 78bb87082b821ae3652117403b0280b60a34302f Mon Sep 17 00:00:00 2001 From: Silvio Moioli Date: Tue, 13 Sep 2016 08:41:39 +0200 Subject: [PATCH] aws_instance doc: fix attachment resource name Correct name is `aws_volume_attachment`. --- website/source/docs/providers/aws/r/instance.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/aws/r/instance.html.markdown b/website/source/docs/providers/aws/r/instance.html.markdown index 67d9ec85e9..9302d9334f 100644 --- a/website/source/docs/providers/aws/r/instance.html.markdown +++ b/website/source/docs/providers/aws/r/instance.html.markdown @@ -121,7 +121,7 @@ Each `ebs_block_device` supports the following: Modifying any `ebs_block_device` currently requires resource replacement. -~> **NOTE on EBS block devices:** If you use `ebs_block_device` on an `aws_instance`, Terraform will assume management over the full set of non-root EBS block devices for the instance, and treats additional block devices as drift. For this reason, `ebs_block_device` cannot be mixed with external `aws_ebs_volume` + `aws_ebs_volume_attachment` resources for a given instance. +~> **NOTE on EBS block devices:** If you use `ebs_block_device` on an `aws_instance`, Terraform will assume management over the full set of non-root EBS block devices for the instance, and treats additional block devices as drift. For this reason, `ebs_block_device` cannot be mixed with external `aws_ebs_volume` + `aws_volume_attachment` resources for a given instance. Each `ephemeral_block_device` supports the following: @@ -168,4 +168,4 @@ Instances can be imported using the `id`, e.g. ``` $ terraform import aws_instance.web i-12345678 -``` \ No newline at end of file +```