From 9a90f236bdfd94c98a09fabeda54831b31632f87 Mon Sep 17 00:00:00 2001 From: jakemulley Date: Thu, 9 Feb 2023 10:43:01 +0000 Subject: [PATCH] Allow RDS:StartInstance to start stopped instances --- rds.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rds.tf b/rds.tf index 2ad4795..94dd2ad 100644 --- a/rds.tf +++ b/rds.tf @@ -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 {