Add option to override default terragrunt boilerplate template for terragrunt catalog #3658
Labels
contributions-requested
Requesting contributions from the community
enhancement
New feature or request
preserved
Preserved issues never go stale
Describe the enhancement
Currently
terragrunt scaffold
has three ways of consuming a boilerplate template:.boilerplate
folder in the terraform moduleWhen using
terragrunt catalog
option 2 is not available. Additionally, the default terragrunt boilerplate template is not particularly useful. That leaves only option 3. This is not ideal for reasons listed below.The request would be to add an option to the catalog config that would allow overriding the default template:
Additional context
The result of the current options for defining a custom boilerplate template in combination with
terragrunt catalog
is that we end up needing to maintain boilerplate templates in all our terraform modules. Since many of these templates are 99.9% identical, it would be much easier for us to maintain a single boilerplate template which can be in its own remote repository. Any updates to that template then automatically apply to all terraform modules, and do not require us to go and update hundreds of terraform modules.The text was updated successfully, but these errors were encountered: