From b40d2471024368867ca6c4f06395bd11f0047303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 00:08:02 +0000 Subject: [PATCH] Bump s3-bucket::modernisation-platform-terraform-s3-bucket Bumps [s3-bucket::modernisation-platform-terraform-s3-bucket](https://github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket) from 7.1.0 to 8.0.1. - [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.0.1) --- updated-dependencies: - dependency-name: s3-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/apex/modules/alb/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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