From b826303923d9f77d38bb34be450e9034b8282808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 00:14:27 +0000 Subject: [PATCH] Bump ap_landing_bucket::modernisation-platform-terraform-s3-bucket Bumps [ap_landing_bucket::modernisation-platform-terraform-s3-bucket](https://github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket) from 7.1.0 to 8.1.0. - [Release notes](https://github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket/releases) - [Commits](https://github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket/compare/v7.1.0...v8.1.0) --- updated-dependencies: - dependency-name: ap_landing_bucket::github::ministryofjustice/modernisation-platform-terraform-s3-bucket::v7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- terraform/environments/performance-hub/s3.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/performance-hub/s3.tf b/terraform/environments/performance-hub/s3.tf index c546326f4fd..af2986e3234 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.1.0" + source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v8.1.0" bucket_name = "${local.application_name}-land-${local.environment}" ownership_controls = "BucketOwnerEnforced"