zahiar/terraform-provider-bitbucket

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

Closed this issue · 0 comments

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.

ktrysmt/go-bitbucket#195