https://pulumi.com logo
d

delightful-truck-1268

03/16/2020, 6:49 PM
I’m attempting to use a stack output as an argument into another stack’s resource but I’m getting an error saying
Output<string> is not assigned to type 'string'
t

tall-librarian-49374

03/16/2020, 8:53 PM
Which resource and property is the other resource?
d

delightful-truck-1268

03/23/2020, 8:17 PM
Support got back with me that I could use the Resource.get() function instead.