Skip to content

Commit 530cfaf

Browse files
committed
fix: reverted log permission resource limitation
1 parent 2d9c8f9 commit 530cfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ data "aws_iam_policy_document" "log" {
7777
"logs:PutLogEvents"
7878
]
7979

80-
resources = [aws_cloudwatch_log_group.main[0].arn, "${aws_cloudwatch_log_group.main[0].arn}/*"]
80+
resources = ["*"]
8181
}
8282
}
8383

0 commit comments

Comments
 (0)