Skip to content

Commit 24e1777

Browse files
chore(deps): update terraform cloudposse/cloudwatch-events/aws to v0.9.1
1 parent d77c0e5 commit 24e1777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-log.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ resource "aws_lambda_permission" "allow_eventbridge" {
265265

266266
module "cloudwatch_event" {
267267
source = "cloudposse/cloudwatch-events/aws"
268-
version = "0.6.1"
268+
version = "0.9.1"
269269

270270
for_each = local.lambda_enabled && var.forwarder_log_enabled ? var.cloudwatch_forwarder_event_patterns : {}
271271

0 commit comments

Comments
 (0)