This message was deleted.
# general
s
This message was deleted.
m
I believe I ran into the same issue where if you create the ALB with
awsx
then you won’t be able to .get() it later. You end up creating a second crosswalk ALB.
b
yeah unfortunately this is a known issue, however if you're creating an ALB with pulumi elsewhere, you don't necessary need to do a
.get()
- you can use a stack reference instead @famous-garage-15683
f
Is there an issue filed that I can follow?
I'm not sure what you mean about the stack reference. I thought that's what I was doing on the first line... I'm pretty new to Pulumi though, so maybe I'm missing something
m
You can export outputs from a stack and use StackReference in another stack to get that output.