diff --git a/terraform/environments/apex/modules/alb/main.tf b/terraform/environments/apex/modules/alb/main.tf index 4e70659aece..b045c1be823 100644 --- a/terraform/environments/apex/modules/alb/main.tf +++ b/terraform/environments/apex/modules/alb/main.tf @@ -123,7 +123,7 @@ data "aws_ec2_managed_prefix_list" "cloudfront" { module "s3-bucket" { count = var.existing_bucket_name == "" ? 1 : 0 - source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v7.1.0" + source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v8.0.1" providers = { aws.bucket-replication = aws.bucket-replication