diff --git a/terraform/environments/performance-hub/s3.tf b/terraform/environments/performance-hub/s3.tf index 60414fc61ea..f4f0f6ca1a7 100644 --- a/terraform/environments/performance-hub/s3.tf +++ b/terraform/environments/performance-hub/s3.tf @@ -164,7 +164,7 @@ resource "aws_iam_role_policy_attachment" "s3_uploads_attachment" { #------------------------------------------------------------------------------------------------- module "ap_landing_bucket" { - source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v7.0.0" + source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v7.1.0" bucket_name = "${local.application_name}-land-${local.environment}" ownership_controls = "BucketOwnerEnforced"