Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 383 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 383 Bytes

cookiecutter-tf-module

Cookiecutter template to manage consistent creation of Terraform modules.

To use this template

$ pip install cookiecutter
$ cookiecutter [email protected]:Automation/cookiecutter-tf-module.git

You will be prompted for basic info (your name, module name, etc.) which will be used in the template.

That's all you need to get started.