Skip to content

Commit 07a9083

Browse files
authored
fix: declare Lambda's dependency on log group (#68)
1 parent 2febd06 commit 07a9083

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ resource "aws_lambda_function" "this" {
7070
}
7171

7272
depends_on = [
73+
aws_cloudwatch_log_group.group,
7374
aws_iam_role_policy_attachment.lambda_logs,
7475
aws_iam_role_policy_attachment.vpc_access,
7576
]

0 commit comments

Comments
 (0)