A cookiecutter template for our Terraform modules.
Create a new project:
▶ brew install cookiecutter
▶ cookiecutter https://github.com/cmdlabs/cookiecutter-terraform.git
Or you can use the path to the checked out project instead of the HTTPS URL.
Update an existing project:
▶ cookiecutter -f https://github.com/cmdlabs/cookiecutter-terraform.git
Then select the changes you really want using:
▶ git add -p
Apache 2.0.