Releases: ministryofjustice/modernisation-platform-terraform-s3-bucket
Releases · ministryofjustice/modernisation-platform-terraform-s3-bucket
v6.1.0
What's Changed
- New input force_destroy to allow buckets to be destroyed with Terraform when they contain objects
- Add features to allow Terratest to work against the testing-test account by @SteveLinden in #28
- Add Terraform documenter by @davidkelliott in #29
Full Changelog: v6.0.5...v6.1.0
v6.0.5
v6.0.4
v6.0.3
v6.0.2 - Specify KMS for bucket encryption
- Removes the use of SSE:AES256 for bucket encryption
v6.0.1 - Resolve issue with replication bucket
- Adds provider references to new resources for replication buckets, allowing them to be successfully created in separate region
v6.0.0 - Refactor for Terraform V4 provider compliance
- Separates out
s3_bucket
resource into multiple resources - Removes optional
prefix
statement froms3_bucket_lifecycle_configuration
as unused, optional, and deprecated. - See here for guidance followed in creating this version
Use region eu-west-2 (London) by default for the replication bucket
Destination buckets can be in different AWS Regions or within the same Region as the source bucket: https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html
Versioning for main bucket and replication bucket is now optional
- Replication bucket region is now configurable using the 'replication_region' variable
- Provide the ability to disable versioning and specify the region that the replication bucket will be created in
v4.0.0
added-configuration-for-encrypted-object-replication
- updated configuration for replication of both
SSE/KMS and SSE/S3 encrypted objects