Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jun 24, 2024
1 parent 843c48d commit 923ffeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/nextflow-ecs-task-definition.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 923ffeb

Please sign in to comment.