Skip to content

QuiNovas/cookiecutter-terraform-module

Repository files navigation

cookiecutter-terraform-module

This is a Cookiecutter template for creating a Terraform module suitable for inclusion in the Terraform Module Registry.

This project is based on the guidelines specified in publishing modules.

Template Project Features

Template Application Features

  • Creation of a module package with empty required Terraform files
  • Automatic inclusion of APL2 License, or any license you specify

Usage

Install Python requirements for using the template:

$ python -m pip install --requirement=requirements.txt --user

Create a new project directly from the template on GitHub:

$ cookiecutter gh:QuiNovas/cookiecutter-terraform-module

Items

  • author_name The name of the author (you)
  • author_url The url to your Github account
  • license The license of your Lambda function
  • license_url The URL to your license document
  • module_name The name of your modules
  • provider The Terraform provider this module is for

About

Creates a terraform module suitable for upload to the Terraform Module Registry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages