mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Add missing comma in IAM policy (#39914)
This commit is contained in:
@@ -66,7 +66,7 @@ Here is a minimal policy example:
|
||||
"cloudwatch:DescribeAlarms",
|
||||
"cloudwatch:ListMetrics",
|
||||
"cloudwatch:GetMetricStatistics",
|
||||
"cloudwatch:GetMetricData"
|
||||
"cloudwatch:GetMetricData",
|
||||
"cloudwatch:GetInsightRuleReport"
|
||||
],
|
||||
"Resource": "*"
|
||||
|
||||
Reference in New Issue
Block a user