This message was deleted.
# getting-started
s
This message was deleted.
b
you’re likely looking for stack references https://www.pulumi.com/learn/building-with-pulumi/stack-references/
1
👍 1
b
the other part is getting already existing resources, for those you can use the
get_*
functions, which don't import the resource into the current project/stack, but gets all the properties. In your case the
get_subnet
https://www.pulumi.com/registry/packages/azure-native/api-docs/network/getsubnet/