cn-terraform / terraform-aws-s3-static-website

Terraform Module for AWS to host Static Website on S3
https://registry.terraform.io/modules/cn-terraform/s3-static-website/aws
Apache License 2.0
20 stars 33 forks source link

Add option to enable server side encryption for the website bucket #41

Closed liamoneill closed 1 year ago

liamoneill commented 1 year ago

Addresses #15 for the website bucket.

Tested the change functions as expected in one of our Terraform projects.

jnonino commented 1 year ago

@liamoneill thank you very much for your contribution!