From 4f18f8609474e58261e823b8c348cf84e7506ef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:42:18 +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.2.0 to 6.3.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.2.0...v6.3.0) --- updated-dependencies: - dependency-name: s3-bucket::github::ministryofjustice/modernisation-platform-terraform-s3-bucket::v6.2.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 a7eaae80..2bea8e9b 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.2.0" + source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v6.3.0" providers = { aws.bucket-replication = aws.bucket-replication From 9a2f6bf7a5b4737c4b8bc8fb9a4dbe44bac03e50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 Mar 2023 13:45:28 +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 e9299bd6..ed620fa9 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.2.0 | +| [s3-bucket](#module\_s3-bucket) | github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket | v6.3.0 | ## Resources