I'm confused about working with outputs I guess. I...
# typescript
l
I'm confused about working with outputs I guess. I want to call a secret from an azure keyvault that is not managed by Pulumi state. I'm calling a keyvault.getSecret or .getSecretOutput. And I know I want the Value property of the secret, but I don't know how to get there once I have the output or promise. I'm trying something like this: