Skip to content

Commit 699c2d1

Browse files
Merge pull request #56 from scribd/fix-alert-query
fix: adding tags to group event lambda
2 parents 68ee30f + a6e68e5 commit 699c2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ resource "aws_lambda_function" "group_events_lambda" {
8484
role = aws_iam_role.oxbow_lambda_role.arn
8585
handler = "provided"
8686
runtime = "provided.al2023"
87-
87+
tags = var.tags
8888
environment {
8989
variables = merge({
9090
RUST_LOG = var.rust_log_oxbow_debug_level

0 commit comments

Comments
 (0)