Skip to content

Commit

Permalink
fix: adjust log group count
Browse files Browse the repository at this point in the history
  • Loading branch information
ividito committed Oct 17, 2024
1 parent 3e94516 commit 80e09cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/s3_event_bridge_lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resource "aws_iam_policy" "lambda_logging" {
"logs:CreateLogStream",
"logs:PutLogEvents"
],
"Resource": "${aws_cloudwatch_log_group.group.arn}",
"Resource": "${aws_cloudwatch_log_group.group[0].arn}",
"Effect": "Allow"
}
]
Expand Down

0 comments on commit 80e09cc

Please sign in to comment.