Skip to content

Commit

Permalink
revert addition of permissions
Browse files Browse the repository at this point in the history
Needed to be done for IAM user permissions policies i.e. add
"logs:ListTagsForResource"
  • Loading branch information
dcroote committed Feb 7, 2025
1 parent 34b3d91 commit cefb5a1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ data "aws_iam_policy_document" "cloudwatch_log_policy" {
actions = [
"logs:CreateLogStream",
"logs:PutLogEvents",
"logs:ListTagsForResource",
"logs:TagResource",
"logs:UntagResource"
]
resources = ["${aws_cloudwatch_log_group.cloudwatch_log_group.arn}:*"]
}
Expand Down

0 comments on commit cefb5a1

Please sign in to comment.