Hey guys, for an already existing `aws.lb.LoadBala...
# general
s
Hey guys, for an already existing
aws.lb.LoadBalancer
resource in pulumi python, how do I add new security groups which weren't there during the time of creation?
l
Update the original code and run
up
again. Pulumi works out the differences and applies them.
s
The scenario is, multiple services are added to a single ECS cluster, those services are exposed using only one lb. So when a new service gets created, how do we add the security group in the previously created LB?