unique task def per job

pull/218/head
Frostebite 2021-02-07 14:24:01 +00:00
parent 64ac6c7029
commit 7ab19638fa
1 changed files with 1 additions and 1 deletions

View File

@ -77,6 +77,7 @@ Resources:
SubscriptionFilter: SubscriptionFilter:
Type: AWS::Logs::SubscriptionFilter Type: AWS::Logs::SubscriptionFilter
Properties: Properties:
FilterPattern: ''
RoleArn: RoleArn:
Fn::GetAtt: Fn::GetAtt:
- "CloudWatchIAMRole" - "CloudWatchIAMRole"
@ -110,7 +111,6 @@ Resources:
Properties: Properties:
Name: !Ref 'ServiceName' Name: !Ref 'ServiceName'
ShardCount: 1 ShardCount: 1
FilterPattern: ''
# The task definition. This is a simple metadata description of what # The task definition. This is a simple metadata description of what
# container to run, and what resource requirements it has. # container to run, and what resource requirements it has.
TaskDefinition: TaskDefinition: