Skip to content

HewlettPackard/hpegl-vmaas-terraform-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Jan 8, 2024
Dec 19, 2023
Nov 22, 2023
Jan 3, 2024
May 20, 2021
Jan 4, 2024
Jan 4, 2024
Oct 15, 2022
Jan 4, 2024
Aug 17, 2021
Jun 30, 2021
Jun 30, 2021
Jul 27, 2021
Sep 2, 2021
Jan 3, 2024
Nov 27, 2023
Jun 14, 2023
Jun 14, 2023
Jul 21, 2022
Aug 5, 2022

Repository files navigation

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