Run the following checks in order on modules//. Fix any issues found before moving to the next check.
- terraform fmt -recursive modules/
- terraform init -backend=false -no-color modules/
- terraform validate -no-color modules/
- 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.