https://pulumi.com logo
#aws
Title
# aws
b

bland-byte-34481

01/15/2021, 10:20 PM
Using the awsx LoadBalancer classes to add elements to a load balancer always generates a diff every time I run
pulumi preview
or
pulumi up
(and nothing is being changed) - is there any way to prevent this outside of migrating away from awsx components? for more detail - i'm calling
addListenerRule
to add rules to the ALB and also
addListener
to add listeners to the load balancer - the "diff" has no unexpected side effects outside of just generating a diff every time I deploy changes
(my intention is to state that it's not the end of the world but it's annoying 🙂 )