sparse-intern-71089
03/29/2022, 9:47 PMgreat-queen-39697
03/30/2022, 10:35 PM--logflow
flag to get the diagnostics data from the provider itself. Here's the basic command I'll use for a native provider:
pulumi up -v=9 --logflow
That will dump logs into wherever your logs go for Pulumi (find that from the last line in the output of pulumi about
). If you'd rather get it all at once on the terminal:
pulumi up -v=9 --logflow --logtostderr 2>&1 | tee -a pulumi_log.txt
That extra bit at the end tells Pulumi to share logs both to stdout/stderr and append them to a file called pulumi_log.txt
.great-queen-39697
03/30/2022, 10:42 PMsparse-pilot-48357
03/31/2022, 2:05 AMCREATE DATABASE 'foo'
as the pg admin user, and it works fine. No need to deploy it as a resource there. But yeah, it's a little weird because DB seems architecture relatedgreat-queen-39697
03/31/2022, 9:11 PMNo matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by