diff --git a/lambda-log.tf b/lambda-log.tf index 3a2ac90..7a58c45 100644 --- a/lambda-log.tf +++ b/lambda-log.tf @@ -265,7 +265,7 @@ resource "aws_lambda_permission" "allow_eventbridge" { module "cloudwatch_event" { source = "cloudposse/cloudwatch-events/aws" - version = "0.6.1" + version = "0.9.1" for_each = local.lambda_enabled && var.forwarder_log_enabled ? var.cloudwatch_forwarder_event_patterns : {}