From feafc380e083978b7d0583fcaa286aadbd0aaa1d Mon Sep 17 00:00:00 2001 From: "Dido (Christoph Poelt)" Date: Tue, 18 Jun 2019 15:58:14 +0200 Subject: [PATCH] allow task execution role arn in new task definition --- src/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index ba19394..ccb18ab 100755 --- a/src/index.js +++ b/src/index.js @@ -78,7 +78,8 @@ function newTaskDefinition(template, options) { family: template.family, volumes: template.volumes, containerDefinitions, - taskRoleArn: template.taskRoleArn + taskRoleArn: template.taskRoleArn, + executionRoleArn: template.executionRoleArn } } /*