From 7a6edad8e13774f121ce62a0f46728712293f449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 09:01:36 +0000 Subject: [PATCH 1/2] 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 6.3.0 to 6.4.0. - [Release notes](https://github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket/releases) - [Commits](https://github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket/compare/v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: s3-bucket::github::ministryofjustice/modernisation-platform-terraform-s3-bucket::v6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 2bea8e9b..c0d7d13c 100644 --- a/main.tf +++ b/main.tf @@ -8,7 +8,7 @@ data "aws_vpc" "shared" { module "s3-bucket" { count = var.existing_bucket_name == "" ? 1 : 0 - source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v6.3.0" + source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v6.4.0" providers = { aws.bucket-replication = aws.bucket-replication From 042118d5cda5ea6d05d9aed7cdee39c7981ec991 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 28 Apr 2023 09:05:20 +0000 Subject: [PATCH 2/2] terraform-docs: automated action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed620fa9..b7b1586f 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ If you're looking to raise an issue with this module, please create a new issue | Name | Source | Version | |------|--------|---------| -| [s3-bucket](#module\_s3-bucket) | github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket | v6.3.0 | +| [s3-bucket](#module\_s3-bucket) | github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket | v6.4.0 | ## Resources