diff --git a/website/docs/d/s3_bucket.html.markdown b/website/docs/d/s3_bucket.html.markdown
index 1d435185e90..265e117d31c 100644
--- a/website/docs/d/s3_bucket.html.markdown
+++ b/website/docs/d/s3_bucket.html.markdown
@@ -69,4 +69,10 @@ The following attributes are exported:
* `hosted_zone_id` - The [Route 53 Hosted Zone ID](https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_website_region_endpoints) for this bucket's region.
* `region` - The AWS region this bucket resides in.
* `website_endpoint` - The website endpoint, if the bucket is configured with a website. If not, this will be an empty string.
-* `website_domain` - The domain of the website endpoint, if the bucket is configured with a website. If not, this will be an empty string. This is used to create Route 53 alias records.
\ No newline at end of file
+* `website_domain` - The domain of the website endpoint, if the bucket is configured with a website. If not, this will be an empty string. This is used to create Route 53 alias records.
+* `server_side_encryption_configuration` - The encryption configuration for the bucket
+ * `enabled` - True if default encryption is enabled, false otherwise
+ * `rule` - Only available if `enabled` is true
+ * `apply_server_side_encryption_by_default` - Details about the default encryption
+ * `kms_master_key_id` - AWS KMS Key Id that is used to encrypt in server side
+ * `sse_algorithm` - Encryption algorithm used. Possible values are `AES256` and `aws:kms`
\ No newline at end of file