We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef1dbf commit 0032313Copy full SHA for 0032313
data.tf
@@ -9,7 +9,7 @@ data "aws_iam_policy_document" "this" {
9
"logs:PutLogEvents",
10
]
11
12
- resources = ["${aws_cloudwatch_log_group.this.arn}:*"]
+ resources = ["${aws_cloudwatch_log_group.this.arn}:*:*"]
13
14
principals {
15
identifiers = ["es.amazonaws.com"]
0 commit comments