PennState/tf-build-harness

Support submodules

Opened this issue · 1 comments

Need a way to recursively work on submodules. make lint will work because of terraform fmt -recursive, but we need a way to run validation, too.

Two cases we need to handle:

  1. Root module that includes submodules. Test and validate the entire project as a whole
  2. Root module and submodules that can be used selectively/independently. Need to test and validate every module separately.

Is this the reason that my validate jobs fail? (not posting a link since this isn't a private project)