Skip to content

Commit

Permalink
Added permission to pass IAM role (#33)
Browse files Browse the repository at this point in the history
Sorry for opening another PR, but to accomplish what was described here: #32 "iam:PassRole"`` is also required. This time, I have double checked and it should be enough.
  • Loading branch information
LukGerman authored and aknysh committed Jan 17, 2019
1 parent 0db486b commit 9d4a657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ data "aws_iam_policy_document" "permissions" {
"ecr:PutImage",
"ecr:UploadLayerPart",
"ecs:RunTask",
"iam:PassRole",
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents",
Expand Down

0 comments on commit 9d4a657

Please sign in to comment.