From 75540ddd9a2a3fc000dc2e72c3fcde13f95a1440 Mon Sep 17 00:00:00 2001 From: Will Yardley Date: Mon, 16 Sep 2024 09:12:24 -0700 Subject: [PATCH] docs: clarify templating language in use (#2099) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 734520fa68..e91b14216d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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