This message was deleted.
# general
s
This message was deleted.
c
As far as I can see there is no
url
property on
Queue
. Where are you getting
.url
from?
f
the
url
property is on
aws.sqs.getQueue
c
Ah. I was looking at
get()
not
getQueue()
.
I would look at the stack and see the value of
name
on the
retry
Queue
resource. Are you able to hardcode the value of
name
in
getQueue
with whatever that value is?
f
this isnt getting used downstream, only as an output so i am able to put a dummy value. when I do that and
pulumi up
then it runs, then replace the dummy value with the original code and
pulumi up
again then everything works. The issue as I see it is that it is trying to get the name of the queue in the preview, (before I confirm the stack update) and on first run this obviously isnt going to exist.