Skip to content

Commit a872dc2

Browse files
committed
update docs sse config usage
1 parent 4439983 commit a872dc2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/docs/r/s3_bucket.html.markdown

+5
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,11 @@ resource "aws_s3_bucket" "source" {
303303
}
304304
```
305305

306+
### Enable Default Server Side Encryption
307+
308+
The `server_side_encryption_configuration` argument is read-only as of version 4.0.
309+
See the [`aws_s3_bucket_server_side_encryption_configuration` resource](s3_bucket_server_side_encryption_configuration.html.markdown) for configuration details.
310+
306311
### Using ACL policy grants
307312

308313
```terraform

0 commit comments

Comments
 (0)