From 7ab19638fadef3eed626fd8c5a35085795259fcb Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sun, 7 Feb 2021 14:24:01 +0000 Subject: [PATCH] unique task def per job --- action/task-def-formation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/task-def-formation.yml b/action/task-def-formation.yml index a9dbe9f1..26296148 100644 --- a/action/task-def-formation.yml +++ b/action/task-def-formation.yml @@ -77,6 +77,7 @@ Resources: SubscriptionFilter: Type: AWS::Logs::SubscriptionFilter Properties: + FilterPattern: '' RoleArn: Fn::GetAtt: - "CloudWatchIAMRole" @@ -110,7 +111,6 @@ Resources: Properties: Name: !Ref 'ServiceName' ShardCount: 1 - FilterPattern: '' # The task definition. This is a simple metadata description of what # container to run, and what resource requirements it has. TaskDefinition: