hashicorp / terraform-provider-bitbucket

This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://registry.terraform.io
Mozilla Public License 2.0
32 stars 105 forks source link

Be able to use teams users. #56

Open mehdicopter opened 4 years ago

mehdicopter commented 4 years ago

Terraform Version

Terraform v0.12.24

Affected Resource(s)

bitbucket_user

Terraform Configuration Files

data "bitbucket_user" "reviewer" {
  username = "foo"
}

Expected Behavior

I would like to get UUID from foo but foo is a team user.

Actual Behavior

Error: API Error: 404 2.0/users/foo foo

That would be great to be able to use team users in the near future.