diff --git a/README.md b/README.md index 012322d..6f14395 100644 --- a/README.md +++ b/README.md @@ -105,13 +105,15 @@ When setting the `$createGroup` argument to `false`, permissions `DescribeLogGro "Statement": [ { "Effect": "Allow", - "Action": "logs:CreateLogGroup", + "Action": [ + "logs:CreateLogGroup", + "logs:DescribeLogGroups" + ], "Resource": "*" }, { "Effect": "Allow", "Action": [ - "logs:DescribeLogGroups", "logs:CreateLogStream", "logs:DescribeLogStreams", "logs:PutRetentionPolicy"