Skip to content

HewlettPackard/hpegl-vmaas-terraform-resources

Folders and files

NameName
Last commit message
Last commit date
Jun 12, 2024
Jun 14, 2024
Nov 22, 2023
Feb 21, 2024
May 20, 2021
Jan 4, 2024
Jun 12, 2024
Jun 12, 2024
Jun 10, 2024
Aug 17, 2021
Jun 30, 2021
Jun 10, 2024
Jul 27, 2021
Sep 2, 2021
Jun 12, 2024
Nov 27, 2023
Jun 14, 2024
Jun 14, 2024
Jun 11, 2024
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