A dummy terraform provider I built to understand how to implement a terraform provider and publish it on the terraform registry.
Assuming you're running go 1.17 on a linux host for the Makefile usage
- clone the repo
go mod download
go mod vendor
make build