mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -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:DescribeAlarms",
|
||||||
"cloudwatch:ListMetrics",
|
"cloudwatch:ListMetrics",
|
||||||
"cloudwatch:GetMetricStatistics",
|
"cloudwatch:GetMetricStatistics",
|
||||||
"cloudwatch:GetMetricData"
|
"cloudwatch:GetMetricData",
|
||||||
"cloudwatch:GetInsightRuleReport"
|
"cloudwatch:GetInsightRuleReport"
|
||||||
],
|
],
|
||||||
"Resource": "*"
|
"Resource": "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user