This message was deleted.
# general
s
This message was deleted.
l
Is there a way to see the requests, where does pulumi try to look up imports?
b
yes, run it like
TF_LOG=DEBUG pulumi up -v=10
l
hm that doesn't seem to make the output different
b
sorry,forgot to add
--logtostderr
, so it should be:
TF_LOG=DEBUG pulumi up -v=10 --logtostderr
👍 1
l
figured this out btw the correct import id is:
namespace/name
instead of just
name
👍🏻 1