https://pulumi.com logo
Title
b

bitter-afternoon-8442

05/28/2020, 11:17 AM
Hello, sorry for maybe a stupid question, but couldn't find exactly what I'm looking for in the docs. What's the best way to reference a resource that is not managed/created by Pulumi? I just want to get the secret from other Azure Function that lives in the same Azure Subscription. Using Terraform I could reference the resource using the
data
keyword, but in Pulumi i'm not sure what's the best approach. I'm using the Typescript library. Thanks!
c

colossal-room-15708

05/28/2020, 1:00 PM
those
get<something>
are available on pretty much everything
b

bitter-afternoon-8442

05/28/2020, 1:02 PM
Oh cool, will give a try. Thanks @colossal-room-15708!