Skip to content

Commit

Permalink
Debug - task definition condition commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
monhaque committed Aug 1, 2024
1 parent 2255539 commit b402bcf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cloudformation/deploy/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b402bcf

Please sign in to comment.