zahiar / terraform-provider-bitbucket

Terraform Provider for Bitbucket Cloud
https://registry.terraform.io/providers/zahiar/bitbucket/latest
Mozilla Public License 2.0
19 stars 22 forks source link

Update user data source code to support changes in go-bitbucket #92

Closed zahiar closed 2 years ago

zahiar commented 2 years ago

A pull request was submitted to have the GetUser function return a struct, instead of having to do it manually within this codebase - now that the PR has been merged in and a new version of go-bitbucket released, let's update to the latest version and remove our custom map to struct code.

https://github.com/ktrysmt/go-bitbucket/pull/195