Skip to content

Commit

Permalink
update docs sse config usage
Browse files Browse the repository at this point in the history
  • Loading branch information
anGie44 committed Jan 27, 2022
1 parent 4439983 commit a872dc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docs/r/s3_bucket.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,11 @@ resource "aws_s3_bucket" "source" {
}
```

### Enable Default Server Side Encryption

The `server_side_encryption_configuration` argument is read-only as of version 4.0.
See the [`aws_s3_bucket_server_side_encryption_configuration` resource](s3_bucket_server_side_encryption_configuration.html.markdown) for configuration details.

### Using ACL policy grants

```terraform
Expand Down

0 comments on commit a872dc2

Please sign in to comment.