This message was deleted.
# python
s
This message was deleted.
v
It is failing because the the pulumi object is not serializeable. How do I reference the other resource in this case? I can use get_user_assigned_identity but it does not exist yet when I preview.
Is there a way for azure_native.managedidentity.get_user_assigned_identity (or any get call) to return empty if not exists or some work around?
I guess the question is, how do I reference a resource attribute before it has been created?
ChatGPT helped me sort it out. lol.