I don't know what your setup it but we use Tailsca...
# general
p
I don't know what your setup it but we use Tailscale too. We run Pulumi on Gitlab runners which have access to our Tailscale network to make calling private resources easier
m
The issue is that without any error output it's impossible to guess which provider and at which point it gets stuck. Is there an easy way to enable debugging output for our deployment?
@polite-airport-65834 I'm finding better success in the GHA environment as well. Unfortunately that means we must do the orchestration in github actions
g
I haven’t tested to be sure, but I think with https://www.pulumi.com/blog/controlling-the-cli-through-environment-variables/ you can enable verbose logging https://www.pulumi.com/docs/support/debugging/logging/ by setting
PULUMI_OPTION_VERBOSE=11
It’s probably easier to narrow this down locally by running pulumi in a container manually.
🙏 1