AlexNabokikh / tfsort

A CLI utility to sort Terraform variables and outputs
Apache License 2.0
138 stars 5 forks source link

Feature Request: --recursive option to sort variables and outputs files recursively #38

Open GeorgeDavis-TriumphTech opened 1 year ago

GeorgeDavis-TriumphTech commented 1 year ago

Hey @AlexNabokikh!,

This is a great little tool. I would love to use a --recursive option in the tool to allow to tfsort the directory, parsing variables.tf and outputs.tf recursively inside directories, from the parent directory.