Closed nadenf closed 3 years ago
1.0.0
As per the README I should be able to run make bin in order to build this provider.
make bin
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.
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.
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: