From 1d6928954849678e916b57c16d61887cfaed153b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 22:56:14 +0000 Subject: [PATCH] Bump terraform-aws-modules/s3-bucket/aws in /terraform/monitor Bumps [terraform-aws-modules/s3-bucket/aws](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket) from 3.6.0 to 3.15.1. - [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/v3.6.0...v3.15.1) --- 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] --- terraform/monitor/main_common_log.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/monitor/main_common_log.tf b/terraform/monitor/main_common_log.tf index a8dbf25..533f16a 100644 --- a/terraform/monitor/main_common_log.tf +++ b/terraform/monitor/main_common_log.tf @@ -17,7 +17,7 @@ locals { #tfsec:ignore:aws-s3-specify-public-access-block module "s3_application_log" { source = "terraform-aws-modules/s3-bucket/aws" - version = "3.6.0" + version = "3.15.1" create_bucket = var.common_log.s3_application_log.create_bucket acl = var.common_log.s3_application_log.acl @@ -46,7 +46,7 @@ module "s3_application_log" { #-------------------------------------------------------------- module "s3_application_log_notification_cloudfront" { source = "terraform-aws-modules/s3-bucket/aws//modules/notification" - version = "3.6.0" + version = "3.15.1" bucket = module.s3_application_log.s3_bucket_id eventbridge = true