Hi all - any tips on debugging an AWS resource tha...
# general
e
Hi all - any tips on debugging an AWS resource that is always marked as updated? I assume it's something relating to the order of elements in some of the arrays I'm passing as
pulumi refresh
shows no differences and yet a
pulumi preview
will show each of my AWS Cognito clients as being updated. I'm guessing it could be an upstream issue but is there a way of diagnosing?
c
Does it say which attribute is causing pulumi to think that the state is out of sync? If so, you can mark that attribute as "ignored" in the resource definition.
e
Yeah - that's what I've tried - but I've now ignored all of the ones I'm setting to no avail 😞 There must be a diagnostics level which lists the changes... but how to find it?