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 833d29d commit 1341648Copy full SHA for 1341648
lambda-warmer/main.tf
@@ -75,7 +75,7 @@ resource "aws_iam_role_policy" "warmer_log_write_policy" {
75
"logs:PutLogEvents"
76
]
77
Effect = "Allow"
78
- Resource = aws_cloudwatch_log_group.warmer_logs.arn
+ Resource = "${aws_cloudwatch_log_group.warmer_logs.arn}:*"
79
},
80
81
})
0 commit comments