I am building Elastic Beanstalk environments...every time I run pulumi, even if I don't change anything with the environment settings, pulumi updates the environments...any particular reason why?
The result of this is that if you have a lot (I'm not sure of the exact number, I have 22 EB stacks), you get "AWS:ElasticBeanstalkErrorsThrottling Rate exceeded" errors
I assume this happens because even after the environments are successfully created, pulumi is seeing a difference in the settings and attempting to update all 22
The "info" column for all the resources show [diff: ~settings] when running pulumi up
w
white-balloon-205
09/21/2019, 8:00 PM
If you ask for the detailed diff - what does it show? (It should show which properties in particular are changing)
b
big-nail-28315
09/22/2019, 1:57 AM
ah...i will look at that
@white-balloon-205 it's changing the order
confirmed
the settings inside of the settings array are changing order