Add missing comma in IAM policy (#39914)

This commit is contained in:
Pedro Araújo
2021-10-01 10:57:01 -04:00
committed by GitHub
parent 4350f4931d
commit 54afe20b44
@@ -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": "*"