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