This message was deleted.
# general
s
This message was deleted.
b
hey Vincent, each resource has set of output parameters, the ID is one of those. You can reference that ID when creating your instance, there's an example here: https://github.com/pulumi/examples/blob/master/gcp-py-instance-nginx/__main__.py#L85
b
thank you @billowy-army-68599 that is way i'm currently doing. Does it means the only way to get deployed id is to keep reference of the instance of the resource ?