Skip to content

Commit 0032313

Browse files
committed
Fix ARN in policy
1 parent eef1dbf commit 0032313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data "aws_iam_policy_document" "this" {
99
"logs:PutLogEvents",
1010
]
1111

12-
resources = ["${aws_cloudwatch_log_group.this.arn}:*"]
12+
resources = ["${aws_cloudwatch_log_group.this.arn}:*:*"]
1313

1414
principals {
1515
identifiers = ["es.amazonaws.com"]

0 commit comments

Comments
 (0)