We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb1f9c commit ee45543Copy full SHA for ee45543
infrastructure/lambda-im-alerting.tf
@@ -53,7 +53,8 @@ resource "aws_iam_policy" "alerting_lambda_alarms" {
53
{
54
Action = [
55
"cloudwatch:DescribeAlarms",
56
- "cloudwatch:ListTagsForResource"
+ "cloudwatch:ListTagsForResource",
57
+ "tag:GetResources"
58
]
59
Effect = "Allow"
60
Resource = "arn:aws:cloudwatch:${var.region}:${data.aws_caller_identity.current.account_id}:alarm:*"
0 commit comments