We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada6d5f commit 6e5e6d5Copy full SHA for 6e5e6d5
ecs_composex/elbv2/elbv2_stack/elbv2_listener/lookup_listener.py
@@ -140,7 +140,7 @@ def tidy_targets(self):
140
)
141
if (
142
f"{target_parts.group('family')}:{target_parts.group('container')}"
143
- not in [svc["name"] for svc in self.lb.services]
+ not in [_family_service for _family_service in self.lb.services]
144
):
145
self.definition["Targets"].remove(target)
146
if not self.definition["Targets"]:
0 commit comments