I am creating a resource in Azure with Pulumi in T...
# typescript
e
I am creating a resource in Azure with Pulumi in TS. In one of the properties within this resource, I need to pull the main resource's ID. Trying the normal ways, I get a
Block-scoped variable 'variable' used before its declaration.
How can I accomplish this?