From d547aca7cf04eb85fe457e2eaa405081b17cb9a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:26:56 +0000 Subject: [PATCH] Bump terraform-aws-modules/s3-bucket/aws Bumps [terraform-aws-modules/s3-bucket/aws](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket) from 4.1.2 to 4.3.0. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v4.1.2...v4.3.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/s3-bucket/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../s3-notifications.tf | 6 +++--- .../environments/analytical-platform-ingestion/s3.tf | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/terraform/environments/analytical-platform-ingestion/s3-notifications.tf b/terraform/environments/analytical-platform-ingestion/s3-notifications.tf index 9223256b0c1..08f57cd4823 100644 --- a/terraform/environments/analytical-platform-ingestion/s3-notifications.tf +++ b/terraform/environments/analytical-platform-ingestion/s3-notifications.tf @@ -2,7 +2,7 @@ module "ingestion_landing_bucket_notification" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/s3-bucket/aws//modules/notification" - version = "4.1.2" + version = "4.3.0" bucket = module.landing_bucket.s3_bucket_id @@ -19,7 +19,7 @@ module "ingestion_transfer_bucket_notification" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/s3-bucket/aws//modules/notification" - version = "4.1.2" + version = "4.3.0" bucket = module.processed_bucket.s3_bucket_id @@ -36,7 +36,7 @@ module "ingestion_quarantine_bucket_notification" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/s3-bucket/aws//modules/notification" - version = "4.1.2" + version = "4.3.0" bucket = module.quarantine_bucket.s3_bucket_id diff --git a/terraform/environments/analytical-platform-ingestion/s3.tf b/terraform/environments/analytical-platform-ingestion/s3.tf index c4cab8508b8..79ef4139e3f 100644 --- a/terraform/environments/analytical-platform-ingestion/s3.tf +++ b/terraform/environments/analytical-platform-ingestion/s3.tf @@ -2,7 +2,7 @@ module "landing_bucket" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/s3-bucket/aws" - version = "4.1.2" + version = "4.3.0" bucket = "mojap-ingestion-${local.environment}-landing" @@ -43,7 +43,7 @@ module "quarantine_bucket" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/s3-bucket/aws" - version = "4.1.2" + version = "4.3.0" bucket = "mojap-ingestion-${local.environment}-quarantine" @@ -77,7 +77,7 @@ module "definitions_bucket" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/s3-bucket/aws" - version = "4.1.2" + version = "4.3.0" bucket = "mojap-ingestion-${local.environment}-definitions" @@ -97,7 +97,7 @@ module "processed_bucket" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/s3-bucket/aws" - version = "4.1.2" + version = "4.3.0" bucket = "mojap-ingestion-${local.environment}-processed" @@ -138,7 +138,7 @@ module "bold_egress_bucket" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/s3-bucket/aws" - version = "4.1.2" + version = "4.3.0" bucket = "mojap-ingestion-${local.environment}-bold-egress" @@ -165,7 +165,7 @@ module "datasync_opg_investigations_bucket" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/s3-bucket/aws" - version = "4.1.2" + version = "4.3.0" bucket = "mojap-ingestion-${local.environment}-datasync-opg-investigations"