hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.81k stars 9.16k forks source link

Incomplete documentation for aws_instance.ebs_block_device #12498

Open acdha opened 4 years ago

acdha commented 4 years ago

The aws_instance documentation says this:

For any root_block_device and ebs_block_device the volume_id is exported. e.g. aws_instance.web.root_block_device.0.volume_id

Unfortunately, at some point in 0.12 that changed to be a set data type and there's no easily-discovered documentation indicating what values are used to populate it. The right thing to do is probably to use aws_ebs_volume but it'd be nice if the documentation had a usable example.

Community Note

Terraform Version

n/a

Affected Resource(s)

justinretzolk commented 3 years ago

Hey @acdha 👋 Thank you for taking the time to file this issue. There's been a few updates to the documentation for the aws_instance since you initially filed this, so I wanted to circle back and see if you still feel there's missing information in the documentation. If you still feel it's lacking any important details, can you let us know?

github-actions[bot] commented 2 weeks ago

Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.

If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!