Skip to content

Commit

Permalink
Fix ARN in policy
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricios committed May 24, 2018
1 parent eef1dbf commit 0032313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data "aws_iam_policy_document" "this" {
"logs:PutLogEvents",
]

resources = ["${aws_cloudwatch_log_group.this.arn}:*"]
resources = ["${aws_cloudwatch_log_group.this.arn}:*:*"]

principals {
identifiers = ["es.amazonaws.com"]
Expand Down

0 comments on commit 0032313

Please sign in to comment.