hey guys. Is there any way to see the API response...
# general
a
hey guys. Is there any way to see the API responses Pulumi is getting when it tries to apply changes? I'm trying to destroy some resources that seem to have becom stuck, and I'd like to be able to debug it (i know about -d, but it only informs about what it's trying to do, not the responses)
t
You could use https://proxyman.io
a
thanks, I'm running in a ec2 instance though. Do you know any alternatives for linux?