Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 772 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (15 loc) · 772 Bytes

General

This project leverages terraform-docs to generate the documentation in the README.

A pre-commit hook is used to ensure the documentation remains up-to-date. After cloning this project, run:

$ pre-commit install

Now you can make a Terraform change, git add and git commit. The pre-commit hook will fail and reject your commit if the docs are not updated, but it will regenerate the Terraform docs, after which you can rerun git add and git commit to commit the code and doc changes together.

To manually update the docs you can either run:

$ pre-commit run -a terraform-docs-go

or, if you have the terraform-docs binary installed, you can simply run

$ make