hashicorp / terraform-provider-consul

Terraform Consul provider
https://www.terraform.io/docs/providers/consul/
Mozilla Public License 2.0
125 stars 112 forks source link

make bin target does not exist #272

Closed nadenf closed 3 years ago

nadenf commented 3 years ago

Terraform Version

1.0.0

Expected Behavior

As per the README I should be able to run make bin in order to build this provider.

Actual Behavior

No such target exists in the Makefile resulting in the following error:

MacBook-Air terraform-provider-consul % make bin
make: *** No rule to make target `bin'.  Stop.
remilapeyre commented 3 years ago

Hi @nadenf, thanks for reporting this. I updated the build instructions based on the README of https://github.com/hashicorp/terraform-provider-scaffolding to make them closer to the rest of the Terraform providers.