Skip to content

Commit

Permalink
fix: Add missing cloudwatch:ListMetrics access for AWS integration (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyChain authored Jan 22, 2021
1 parent 855741a commit f7c80c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ resource "aws_iam_policy" "datadog-core" {
"cloudtrail:DescribeTrails",
"cloudtrail:GetTrailStatus",
"cloudtrail:LookupEvents",
"cloudwatch:ListMetrics",
"cloudwatch:Describe*",
"cloudwatch:Get*",
"cloudwatch:List*",
Expand Down

0 comments on commit f7c80c2

Please sign in to comment.