This repo is intended to be forked and by no means is the standard approach when developing Terraform, even though it's inspired by its docs.
First of all you should download all dependencies:
$ make build_deps
And then you can start developing your Terraform plugin by:
$ make dev
When you're done, you can test your plugin by running:
$ make compile_plugin
$ make init
$ make plan
$ make apply