Skip to content

HPE/terraform-hpegl-module-template

Repository files navigation

HPEGL module template

This is a template repository to serve as a starting point for anyone that wishes to create a module for the HPEGL terraform provider

Terraform module requirements

Terraform modules are required to follow a set structure when they are to be published, the module structure is described in more detail here

Terraform modules that are to be published must also conform to the same naming conventions, in our case all module names must begin with terraform-hpegl-<NAME>. More on module naming and publishing here

Using this template

Once you have created a repository with this template, you should first uncomment the contents of .github/workflows/autorelease.yml to enable automatic creation of releases when a commit is pushed to master.

Then begin by modifying the main.tf files in the root directory as well as any directories within the modules directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages