Skip to content

Commit f7c80c2

Browse files
authored
fix: Add missing cloudwatch:ListMetrics access for AWS integration (#27)
1 parent 855741a commit f7c80c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ resource "aws_iam_policy" "datadog-core" {
6464
"cloudtrail:DescribeTrails",
6565
"cloudtrail:GetTrailStatus",
6666
"cloudtrail:LookupEvents",
67+
"cloudwatch:ListMetrics",
6768
"cloudwatch:Describe*",
6869
"cloudwatch:Get*",
6970
"cloudwatch:List*",

0 commit comments

Comments
 (0)