From b402bcf798a53f3f915c29083b931a17f34e899d Mon Sep 17 00:00:00 2001 From: Monjurul Haque Date: Thu, 1 Aug 2024 13:57:31 +0100 Subject: [PATCH] Debug - task definition condition commented out --- cloudformation/deploy/template.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cloudformation/deploy/template.yaml b/cloudformation/deploy/template.yaml index c019a8068..02f2ecc4c 100644 --- a/cloudformation/deploy/template.yaml +++ b/cloudformation/deploy/template.yaml @@ -251,10 +251,11 @@ Resources: - Fn::ImportValue: !Sub "${VpcStackName}-PrivateSubnetIdC" PropagateTags: SERVICE - TaskDefinition: !If - - UseECSCanaryDeploymentStack - - !Ref AWS::NoValue - - !Ref TaskDefinition + # TaskDefinition: !If + # - UseECSCanaryDeploymentStack + # - !Ref AWS::NoValue + # - !Ref TaskDefinition + TaskDefinition: !Ref TaskDefinition Tags: - Key: Name Value: !Sub "${AWS::StackName}-FrontendECSService"