Skip to content

Commit

Permalink
Allow RDS:StartInstance to start stopped instances
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemulley committed Feb 9, 2023
1 parent 6c8836f commit 9a90f23
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 9a90f23

Please sign in to comment.