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

[documentation issue] Section "Developing the Provider" bin target doesn't exist #45

Closed mahpatil closed 4 years ago

mahpatil commented 4 years ago

Terraform Version

Any / all

Affected Resource(s)

Documentation section "Developing the Provider" states "To compile the provider, run make build. This will build the provider and put the provider binary in the $GOPATH/bin directory." However, make bin target doesn't exist.

Expected Behavior

As per the documentation the binaries shoudl be copied to $GOPATH/bin

Actual Behavior

make: *** No rule to make target `bin'. Stop.

Steps to Reproduce

Run "make bin"