Skip to content

Commit

Permalink
Merge branch 'main' into fix_nix
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney authored Nov 16, 2023
2 parents cedd715 + 8328345 commit 87a4cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/lambda-promtail/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ data "aws_iam_policy_document" "lambda_cloudwatch" {
"logs:PutLogEvents",
]
resources = [
aws_cloudwatch_log_group.this.arn,
format("%s:*", aws_cloudwatch_log_group.this.arn),
]
}
}
Expand Down Expand Up @@ -286,4 +286,4 @@ resource "aws_lambda_event_source_mapping" "this" {
event_source_arn = each.value.arn
function_name = aws_lambda_function.this.arn
starting_position = "LATEST"
}
}

0 comments on commit 87a4cee

Please sign in to comment.