Skip to content

Commit

Permalink
Add describe permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ha7315 committed Nov 3, 2024
1 parent 4239234 commit f71af01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/postgres-etl/extract/extract_iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,10 @@ resource "aws_iam_policy" "eks_paas_jenkins_trigger_sfn" {
Statement = [
{
Effect = "Allow",
Action = "states:StartExecution",
Action = [
"states:DescribeExecution",
"states:StartExecution",
],
Resource = aws_sfn_state_machine.rds_to_s3.arn
}
]
Expand Down

0 comments on commit f71af01

Please sign in to comment.