Skip to content

Commit

Permalink
Update CodeBuild IAM role
Browse files Browse the repository at this point in the history
  • Loading branch information
mwkaufman committed Jul 8, 2020
1 parent 00c4cbe commit 7b32da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/codebuild_role_policy.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Effect": "Allow",
"Action": "iam:PassRole",
"Resource": [
"arn:aws:iam::${aws_account_id}:role/ecsTaskExecutionRole"
"*"
]
},
{
Expand Down

0 comments on commit 7b32da8

Please sign in to comment.