This message was deleted.
# general
s
This message was deleted.
w
I found it by doing an export after each command and doing a diff.
It is messing around with the order of my policy in
assumeRolePolicy
and also adding
"description": ""
. Is this a bug?
l
Generally those are defaults. I suppose they are bugs, but hard to tell if they're in the AWS backend, or in Pulumi. Sometimes I tweak the code to match, sometimes I add an ignore...
b
I’ve found that Google Cloud adds a bunch of metadata to my resources and sometimes messes with the order of stuff, so I’ve made a habit of doing a refresh after every
up
¯\_(ツ)_/¯
f
In case it helps, you can pass the “—refresh” flag to “up”
🎉 1