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 bd62537 commit 2d9eb72Copy full SHA for 2d9eb72
infrastructure/tools/github_runner_lambda.tf
@@ -60,7 +60,8 @@ resource "aws_iam_role_policy" "github_runner_webhook_lambda_policy" {
60
"iam:PassRole"
61
]
62
Resource = [
63
- aws_iam_role.github_runner_execution_role.arn
+ aws_iam_role.github_runner_execution_role.arn,
64
+ aws_iam_role.github_runner_task_role.arn,
65
66
}
67
0 commit comments