This message was deleted.
s
This message was deleted.
w
You can use this to get verbose logs which includes all the API calls made to the cloud provider.
Copy code
$ TF_LOG=TRACE pulumi up --logtostderr -v=9 2> out.txt
Notes on this here: https://www.pulumi.com/docs/troubleshooting/#verbose-logging
👍 1
w
Thank you Luke! I'll check it out!