Skip to content

Commit

Permalink
docs: clarify templating language in use (#2099)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyardley authored Sep 16, 2024
1 parent 151274e commit 75540dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ must be refreshed if the module interfaces are changed.

To more cleanly handle cases where desired functionality would require complex duplication of Terraform resources (i.e. [PR 51](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/pull/51)), this repository is largely generated from the [`autogen`](/autogen) directory.

This uses [Jinja2](https://jinja.palletsprojects.com/en/3.1.x/) under the hood for templating.

The root module is generated by running `make build`. Changes to this repository should be made in the [`autogen`](/autogen) directory where appropriate.

Note: The correct sequence to update the repo using autogen functionality is to run
Expand Down

0 comments on commit 75540dd

Please sign in to comment.