module-validation-pass-2.md

Run the following checks in order on modules//. Fix any issues found before moving to the next check.

  1. terraform fmt -recursive modules/
  2. terraform init -backend=false -no-color modules/
  3. terraform validate -no-color modules/
  4. tflint --chdir modules/

Fix any fmt diffs, validate errors, or tflint errors. Report pass/fail per check. Status is PASS only if all four checks pass.