This message was deleted.
# general
s
This message was deleted.
f
got an example use case? think you might be interested in the automation api (also #automation-api)
l
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
Yeh with engine changes or some hackery this would be possible, but I can't see why you would want to do so.