This is a PoC for working with terraform and glesys/glesys-go. Please see https://github.com/glesys/glesys-go and https://github.com/GleSYS/API/wiki/API-Documentation for more information.
Clone the repo into a folder of your liking.
ln -s terraform-provider-glesys $GOPATH/src/github.com/norrland/terraform-provider-glesys
cd terraform-provider-glesys && go get -d
terraform-provider-glesys$ go build -o terraform-provider-glesys .
Instead of hardcoding credentials into your terraform templates. Use environment variables for example.
GLESYS_USERID="CL12345" GLESYS_TOKEN="ABC12345678" terraform plan