Hey guys in pulumi aws (python) , is there any cle...
# general
s
Hey guys in pulumi aws (python) , is there any clean way of appending a target group to a
aws.lb.listener
in the
default_actions
attribute? I can't do it while creating the actual listener, because the listener is part of another stack. Any help or pointers would be appreciated.
l
It might be that you can't combine attached target groups with nested target groups (that's the case for other attached resources), so you may have to convert your existing attachments to use this resource.