Skip to content

Commit 8857168

Browse files
authored
fix: IAM policy to correct permission for deleting alert manager silence (#29)
1 parent 2bc6d50 commit 8857168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ data "aws_iam_policy_document" "this" {
283283
"aps:GetAlertManagerStatus",
284284
"aps:ListAlertManagerAlertGroups",
285285
"aps:PutAlertManagerSilences",
286-
"aps:DeleteAlertManagerSilences"
286+
"aps:DeleteAlertManagerSilence"
287287
]
288288
resources = ["*"]
289289
}

0 commit comments

Comments
 (0)