0xDones / tfgen

Terraform code generator for consistent codebase and DRY
GNU General Public License v3.0
81 stars 12 forks source link

[FEATURE] Traverse Sub Directories #8

Open jseiser opened 1 year ago

jseiser commented 1 year ago

We use a large mono repo, and there are times when it would be nice to be able to update multiple states with the new templates in one go.

Currently we have to get into each dir, or use some bash-isms to loop through. Would be great, if you could tell tfgen to run in all subdirs, that contains a .tf file or something

0xDones commented 1 year ago

That's a good one @jseiser , I will add it to the backlog. Thanks for sharing.