This message was deleted.
# google-cloud
s
This message was deleted.
f
I guess a good place to start would be to increase logging verbosity, then taking a look at the dumped file.
Copy code
$ pulumi up --logtostderr -v=9 2> out.txt
g
Definitely recommend ^^ and then dropping the log in here. The Docker provider unfortunately doesn't always drop the real error trace, so the logs would help. I'm assuming, based on what I'm seeing, that you're using Python? And are you running an already existing stack (meaning you're picking up code you already had used in the past), or are you starting from a fresh
pulumi new
?