https://pulumi.com logo
Title
s

sparse-intern-71089

11/08/2021, 5:23 PM
This message was deleted.
f

freezing-van-87649

11/08/2021, 5:30 PM
got an example use case? think you might be interested in the automation api (also #automation-api)
l

little-cartoon-10569

11/08/2021, 7:46 PM
You want automation-api or separate projects chained together in a script. Individual Pulumi projects are declarative, which means synchronicity is impossible. You're not calling the API when you do something like
new aws.ec2.Instance()
. You're just building a desired state, that Pulumi brings into existence later (after it has finished building that desired state).
e

echoing-dinner-19531

11/08/2021, 8:30 PM
Yeh with engine changes or some hackery this would be possible, but I can't see why you would want to do so.