Terraform VMaaS resources is a plugin for HPEGL terraform provider that allows the full lifecycle management of HPEGL VMaaS resources. This provider is maintained by HPEGL VMaaS resources team.
- Terraform version >= v0.13 install terraform
- A Service Client to authenticate against GreenLake.
- Terraform basics. Terraform Introduction
See the terraform provider for hpegl documentation to get started using the provider.
Clone repository to: $GOPATH/src/github.com/HewlettPackard/hpegl-vmaas-terraform-resources
$ mkdir -p $GOPATH/src/github.com/HewlettPackard/
$ cd $GOPATH/src/github.com/HewlettPackard
$ git clone https://github.com/HewlettPackard/hpegl-vmaas-terraform-resources.git
Enter the provider directory and build resources as provider
$ cd $GOPATH/src/github.com/HewlettPackard/hpegl-vmaas-terraform-resources
$ make build
Note: For debugging the provider please refer to the debugging guide