HewlettPackard / hpegl-vmaas-terraform-resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Acceptance workflow

vmaas-terraform-resources

Terraform resources for HPEGL VMaaS

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.

Requirements

  1. Terraform version >= v0.13 install terraform
  2. A Service Client to authenticate against GreenLake.
  3. Terraform basics. Terraform Introduction

Usage

See the terraform provider for hpegl documentation to get started using the provider.

Building the resources as 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

About

License:Mozilla Public License 2.0


Languages

Language:Go 99.1%Language:Makefile 0.9%