From fce7aa483d9b1a810629eec74bb859fe608c4f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aki=20H=C3=A4nninen?= Date: Mon, 16 May 2016 16:49:59 +0300 Subject: [PATCH] Add version_id attribute for aws_s3_bucket_object (#6677) --- .../source/docs/providers/aws/r/s3_bucket_object.html.markdown | 2 ++ 1 file changed, 2 insertions(+) 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.