Skip to content

Commit

Permalink
Merge pull request #14 from ministryofjustice/allow-starting-rds-db
Browse files Browse the repository at this point in the history
Allow RDS:StartInstance to start stopped instances
  • Loading branch information
jakemulley committed Feb 9, 2023
2 parents 6c8836f + 9a90f23 commit fdd7c5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ data "aws_iam_policy_document" "rds_for_github" {
"rds:DownloadCompleteDBLogFile",
"rds:DownloadDBLogFilePortion",
"rds:ModifyDBInstance",
"rds:RebootDBInstance"
"rds:RebootDBInstance",
"rds:StartDBInstance"
]
resources = ["*"]
condition {
Expand Down

0 comments on commit fdd7c5e

Please sign in to comment.