We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77c0e5 commit 24e1777Copy full SHA for 24e1777
lambda-log.tf
@@ -265,7 +265,7 @@ resource "aws_lambda_permission" "allow_eventbridge" {
265
266
module "cloudwatch_event" {
267
source = "cloudposse/cloudwatch-events/aws"
268
- version = "0.6.1"
+ version = "0.9.1"
269
270
for_each = local.lambda_enabled && var.forwarder_log_enabled ? var.cloudwatch_forwarder_event_patterns : {}
271
0 commit comments