Skip to content

Commit

Permalink
added actions in the statements (#4772)
Browse files Browse the repository at this point in the history
  • Loading branch information
murad-ali-MoJ authored Jan 31, 2024
1 parent ebe8469 commit 1e7e490
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ module "jml_extract_lambda" {
"cloudwatch:GenerateQuery",
"logs:DescribeLogStreams",
"logs:DescribeLogGroups",
"logs:GetLogEvents"
"logs:GetLogEvents",
"logs:StartQuery",
"logs:StopQuery",
"logs:GetQueryExecution"
]
resources = [
"${module.auth0_log_streams["alpha-analytics-moj"].cloudwatch_log_group_arn}"
Expand Down

0 comments on commit 1e7e490

Please sign in to comment.