From 59e8eaf744e08e08f83855284454e393d63e5add Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Mon, 10 Aug 2020 08:32:52 +0200 Subject: [PATCH] Don't set targetGroup a name to avoid conflicts Signed-off-by: Nicolas De Loof --- ecs/pkg/amazon/backend/cloudformation.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ecs/pkg/amazon/backend/cloudformation.go b/ecs/pkg/amazon/backend/cloudformation.go index 74602318d..54cebb20f 100644 --- a/ecs/pkg/amazon/backend/cloudformation.go +++ b/ecs/pkg/amazon/backend/cloudformation.go @@ -307,7 +307,6 @@ func createTargetGroup(project *types.Project, service types.ServiceConfig, port port.Published, ) template.Resources[targetGroupName] = &elasticloadbalancingv2.TargetGroup{ - Name: targetGroupName, Port: int(port.Target), Protocol: protocol, Tags: []tags.Tag{