diff --git a/website/source/docs/providers/aws/r/ebs_volume.html.md b/website/source/docs/providers/aws/r/ebs_volume.html.md index 2e92896e35..c7ce0096de 100644 --- a/website/source/docs/providers/aws/r/ebs_volume.html.md +++ b/website/source/docs/providers/aws/r/ebs_volume.html.md @@ -30,3 +30,12 @@ The following arguments are supported: * `snapshot_id` (Optinal) A snapshot to base the EBS volume off of. * `type` - (Optional) The type of EBS volume. * `kms_key_id` - (Optional) The KMS key ID for the volume. + + +## Attributes Reference + +The following attributes are exported: + +* `id` - The volume ID (e.g. vol-59fcb34e). + +