diff --git a/README.md b/README.md
index e585037..8eeaeef 100644
--- a/README.md
+++ b/README.md
@@ -113,7 +113,7 @@ In order to prevent older versions from being retained forever, in addition to t
| Name | Source | Version |
|------|--------|---------|
-| [s3-bucket](#module\_s3-bucket) | github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket | 568694e50e03630d99cb569eafa06a0b879a1239 |
+| [s3-bucket](#module\_s3-bucket) | github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket | 7b2b75c178f855d8c48d3bda4ac53df782288c02 |
## Resources
diff --git a/main.tf b/main.tf
index 44520f6..6b1fbfb 100644
--- a/main.tf
+++ b/main.tf
@@ -109,7 +109,7 @@ resource "random_string" "random6" {
#tfsec:ignore:avd-aws-0132 - The bucket policy is attached to the bucket
module "s3-bucket" {
#checkov:skip=CKV2_AWS_64: "Ensure KMS key Policy is defined - not needed here"
- source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=568694e50e03630d99cb569eafa06a0b879a1239"
+ source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=7b2b75c178f855d8c48d3bda4ac53df782288c02"
providers = {
# Since replication_enabled is false, the below provider is not being used.