Skip to content

Commit

Permalink
allow task execution role arn in new task definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Dido (Christoph Poelt) committed Jun 18, 2019
1 parent a130158 commit feafc38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ function newTaskDefinition(template, options) {
family: template.family,
volumes: template.volumes,
containerDefinitions,
taskRoleArn: template.taskRoleArn
taskRoleArn: template.taskRoleArn,
executionRoleArn: template.executionRoleArn
}
}
/*
Expand Down

0 comments on commit feafc38

Please sign in to comment.