Skip to content

Commit 9d4a657

Browse files
LukGermanaknysh
authored andcommitted
Added permission to pass IAM role (#33)
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.
1 parent 0db486b commit 9d4a657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ data "aws_iam_policy_document" "permissions" {
113113
"ecr:PutImage",
114114
"ecr:UploadLayerPart",
115115
"ecs:RunTask",
116+
"iam:PassRole",
116117
"logs:CreateLogGroup",
117118
"logs:CreateLogStream",
118119
"logs:PutLogEvents",

0 commit comments

Comments
 (0)