Run the following command to build the provider and place in the terraform plugins in your local machine:
make
You can find an examples sample here:
First, build and install the provider.
make install
Then, run the following command to initialize the workspace and apply the sample configuration.
cd examples
terraform init && terraform apply
make run-elasticsearch
ES_URL=http://localhost:9200 make testacc