Skip to content

Commit

Permalink
aws_instance doc: fix attachment resource name
Browse files Browse the repository at this point in the history
Correct name is `aws_volume_attachment`.
  • Loading branch information
moio committed Sep 13, 2016
1 parent d981ce0 commit 9c71ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions r/instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -168,4 +168,4 @@ Instances can be imported using the `id`, e.g.

```
$ terraform import aws_instance.web i-12345678
```
```

0 comments on commit 9c71ada

Please sign in to comment.