Skip to content

Commit

Permalink
Add missing perm
Browse files Browse the repository at this point in the history
  • Loading branch information
msmans committed Apr 24, 2023
1 parent b4ebb24 commit 3b08b51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example-role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ resource "aws_iam_user_policy" "lambdafy" {
"Action": [
"scheduler:DeleteScheduleGroup",
"scheduler:CreateScheduleGroup",
"scheduler:CreateSchedule"
"scheduler:CreateSchedule",
"scheduler:DeleteSchedule"
],
"Resource": ["*"]
},
Expand Down

0 comments on commit 3b08b51

Please sign in to comment.