From 8e9dff4f61bbc3880a84d4c88137ef96a3c4f855 Mon Sep 17 00:00:00 2001 From: trung Date: Wed, 15 Nov 2017 22:25:16 -0500 Subject: [PATCH] #2217: documentation --- website/docs/d/s3_bucket.html.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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