https://pulumi.com logo
Title
b

bored-hamburger-89415

05/03/2021, 1:09 PM
Anyone happen to know what
The _unique_ provider ID of the resource to lookup.
might be alluding to on this provider: https://www.pulumi.com/docs/reference/pkg/azuredevops/user/?
I presume this is the azure guid for the resource, but I'm trying to look that up; I don't know it yet.
Additionally, it doesn't have that argument in the Terraform provider
w

white-balloon-205

05/04/2021, 3:34 AM
This is the same as the ID used to
import
- which is documented at https://www.pulumi.com/docs/reference/pkg/azuredevops/user/#import - though not positive whether that makes it clear for you either? (I am not an expert on Azure DevOps internal identifiers).
b

bored-hamburger-89415

05/04/2021, 1:09 PM
I think I was actually after this function: https://www.pulumi.com/docs/reference/pkg/azuredevops/getusers/ That allows me to look up that ID by just using a name. I think I was just confusing terraform lingo/concepts with Pulumi
👍 1