Hi ! I'm trying to use 'pulumi.StackReference' twice in the same pulumi run (different classes) on t...
l
Hi ! I'm trying to use 'pulumi.StackReference' twice in the same pulumi run (different classes) on the same stack, and get the following error:
Copy code
error: resource 'URN:blabla' registered twice (read and read)
how can I work around it, without passing the "StackReference" result object between the classes? can I check if this resource already exist in the current state? tnx