telia-oss / concourse-tasks

Common concourse tasks.
MIT License
3 stars 5 forks source link

terraform fmt should likely use -recursive #52

Open holyjak opened 3 years ago

holyjak commented 3 years ago

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.