I’m attempting to use a stack output as an argumen...
# typescript
d
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
Which resource and property is the other resource?
d
Support got back with me that I could use the Resource.get() function instead.