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
31 stars 106 forks source link

Removed Username from BitBucket representation #40

Closed slhabity closed 4 years ago

slhabity commented 4 years ago

Uses UUID in requests to default reviewers instead of username

Bitbucket made a breaking change, removing the support for referencing (and returning) usernames directly.

Naiive fix for issue #37

slhabity commented 4 years ago

This is related to #36 as well naturally. Are there any maintainers around?