diff --git a/templates/nextflow-ecs-task-definition.j2 b/templates/nextflow-ecs-task-definition.j2 index 779aabe..3cace33 100644 --- a/templates/nextflow-ecs-task-definition.j2 +++ b/templates/nextflow-ecs-task-definition.j2 @@ -183,7 +183,7 @@ Resources: TowerTask: Type: AWS::ECS::TaskDefinition Properties: - executionRoleArn: !Sub 'arn:aws:iam::${AWS::AccountId}:role/EcsTaskExecutionRole' + ExecutionRoleArn: !Sub 'arn:aws:iam::${AWS::AccountId}:role/EcsTaskExecutionRole' NetworkMode: bridge Volumes: - Name: !Ref EfsVolumeName