This message was deleted.
s
This message was deleted.
l
No. You might use 2 projects for that, and a StackReference to share information from the "prepare" project to the "configure" project. Or else maintain a record of the specific logs to enable yourself, and enable them in the same step as you're creating it? If feasible, this is definitely easier, and it ensures you've got predictable state after Pulumi completes.
g
Alternatively, you should be able to do that with the Automation API, which gives you a lot more fine-grained control over operation ordering. https://www.pulumi.com/blog/automation-api/
👍 1