If I see a warning from `pulumi preview` like this...
# general
r
If I see a warning from
pulumi preview
like this:
Copy code
warning: inputs to import do not match the existing resource; importing this resource will fail
How do I identify which part does not match? I tried
-d
but the debug log didn't have that information. This is related with https://github.com/pulumi/pulumi-aws/issues/3670
Never mind.
pulumi preview --diff
seems to give some hints