terraform fmt should likely use -recursive
Opened this issue · 0 comments
holyjak commented
As of terraform 0.13, fmt does not check subdirectories:
terraform fmt --help ...
-recursive Also process files in subdirectories. **By default, only the
given directory** (or current directory) is processed.