https://pulumi.com logo
b

big-nail-28315

09/21/2019, 7:53 PM
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
w

white-balloon-205

09/22/2019, 3:25 AM
This sounds like it may be related to https://github.com/pulumi/pulumi-terraform/issues/495. Could you add details of your scenario there?
b

big-nail-28315

09/22/2019, 3:29 AM
yup...looks like the same issue
ok will do
done