diff --git a/website/source/docs/providers/aws/r/s3_bucket_object.html.markdown b/website/source/docs/providers/aws/r/s3_bucket_object.html.markdown index c037aa9c83..c34997c084 100644 --- a/website/source/docs/providers/aws/r/s3_bucket_object.html.markdown +++ b/website/source/docs/providers/aws/r/s3_bucket_object.html.markdown @@ -73,3 +73,5 @@ The following attributes are exported * `id` - the `key` of the resource supplied above * `etag` - the ETag generated for the object (an MD5 sum of the object content). +* `version_id` - A unique version ID value for the object, if bucket versioning +is enabled.