Skip to content

Commit eb9c52d

Browse files
authored
FEAT PINK-909: Gov role allow cloudwatch get metric data action (#59)
1 parent 3f20d22 commit eb9c52d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/vertice-governance-role/iam_policies.tf

+1
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ data "aws_iam_policy_document" "vertice_core_access" {
218218
"backup:Get*",
219219
"cloudwatch:Describe*",
220220
"cloudwatch:GetMetricStatistics",
221+
"cloudwatch:GetMetricData",
221222
"cloudwatch:List*",
222223
"ec2:Describe*",
223224
"ec2:GetCapacityReservationUsage",

0 commit comments

Comments
 (0)