Hey!
Is there a way to both create and update a resource in a single "pulumi up"?
I have a resource where I want to set one of its properties based on an ID generated by azure for that same resource, so I need to have the resource created before setting some properties on it.