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.
victorious-exabyte-70545
01/05/2023, 8:57 PM
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?
victorious-exabyte-70545
01/05/2023, 9:42 PM
I guess the question is, how do I reference a resource attribute before it has been created?