We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9f7dc commit 60d0120Copy full SHA for 60d0120
terraform/pipelines/modules/codepipeline/main.tf
@@ -30,7 +30,12 @@ resource "aws_iam_policy" "pipeline_policy" {
30
"codebuild:*",
31
"iam:PassRole",
32
"secretsmanager:GetSecretValue",
33
- "codestar-connections:UseConnection"
+ "codestar-connections:UseConnection",
34
+ "events:PutRule",
35
+ "events:PutTargets",
36
+ "events:DeleteRule",
37
+ "events:RemoveTargets",
38
+ "events:DescribeRule"
39
]
40
Resource = "*"
41
}
0 commit comments