Skip to content

Commit d7578d4

Browse files
committed
docs: clarify templating language in use
Since Google projects often use other templating languages (Golang and Ruby have both been used for some Terraform-adjacent projects), clarify that the templating language in use is Jinja2
1 parent 151274e commit d7578d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ must be refreshed if the module interfaces are changed.
2121

2222
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.
2323

24+
This uses [Jinja2](https://jinja.palletsprojects.com/en/3.1.x/) under the hood for templating.
25+
2426
The root module is generated by running `make build`. Changes to this repository should be made in the [`autogen`](/autogen) directory where appropriate.
2527

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

0 commit comments

Comments
 (0)