Hi Everyone, I'm trying to use the RandomPassword ...
# general
m
Hi Everyone, I'm trying to use the RandomPassword Getter function to get the resource generated by a different Pulumi solution. The overview is I have 2 domains whose infrastructure if created/maintained by Pulumi. Domain A creates a RandomPassword and I want Domain B to get it. I tried using
RandomPassword.Get("my-resource", {id});
but I can't figure out what to use for the id. I tried the urn displayed in the Pulumi Portal, but when I did that the Result string was the same as urn. Is there somewhere else I should look for the id of the RandomPassword?