This message was deleted.
# general
s
This message was deleted.
w
Curious - what OS is this?
d
It's centos
I got the issue before but i forgot how i resolved it
w
This suggests that Go’s
os/user.Current()
is failing on your platform. If you have a recent CLI - you should be able to set
PULUMI_HOME
to direct this to a custom location and avoid the need to look up the current user.
d
works, thanks!