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 9c7b1bf commit 093d442Copy full SHA for 093d442
lambda-log.tf
@@ -264,7 +264,7 @@ resource "aws_lambda_permission" "allow_eventbridge" {
264
265
module "cloudwatch_event" {
266
source = "cloudposse/cloudwatch-events/aws"
267
- version = "0.6.1"
+ version = "0.9.0"
268
269
for_each = local.lambda_enabled && var.forwarder_log_enabled ? var.cloudwatch_forwarder_event_patterns : {}
270
0 commit comments