From 97595575e8f87cf95ac207bc4c7959972d520500 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 12:30:45 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/cloudwatch-events/aws to v0.9.1 --- lambda-log.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : {}