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.
- Creation of a module package with empty required Terraform files
- Automatic inclusion of APL2 License, or any license you specify
Install Python requirements for using the template:
$ python -m pip install --requirement=requirements.txt --userCreate a new project directly from the template on GitHub:
$ cookiecutter gh:QuiNovas/cookiecutter-terraform-module- 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