Skip to content

Commit

Permalink
Updated role with CloudWatch cross account permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pavmoj committed Jun 13, 2024
1 parent 93e43f2 commit 03cc1b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ data "aws_iam_policy_document" "developer_additional" {
statement {
sid = "cloudWatchCrossAccountAllow"
effect = "Allow"
action = [
actions = [
"iam:CreateServiceLinkedRole"
]
resources = ["arn:aws:iam::*:role/aws-service-role/cloudwatch-crossaccount.amazonaws.com/AWSServiceRoleForCloudWatchCrossAccount"]
Expand Down

0 comments on commit 03cc1b2

Please sign in to comment.