Merge pull request #8809 from moio/patch-1
aws_instance doc: fix attachment resource name
This commit is contained in:
commit
cdf6c76f36
|
@ -121,7 +121,7 @@ Each `ebs_block_device` supports the following:
|
||||||
|
|
||||||
Modifying any `ebs_block_device` currently requires resource replacement.
|
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:
|
Each `ephemeral_block_device` supports the following:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue