Skip to content

Commit

Permalink
Merge pull request #184 from ministryofjustice/reboot-iam
Browse files Browse the repository at this point in the history
feat: 🎸 add instance reboot permissions
  • Loading branch information
sj-williams authored Oct 9, 2024
2 parents 336b006 + 7460b27 commit 42040d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ data "aws_iam_policy_document" "irsa" {
"rds:RestoreDBInstanceFromDBSnapshot",
"rds:StartDBInstance",
"rds:StopDBInstance",
"rds:RebootDBInstance",
]

resources = [
Expand Down

0 comments on commit 42040d7

Please sign in to comment.