Run the following checks in order on modules/<module-name>/. Fix any issues found before moving to the next check.

1. terraform fmt -recursive modules/<module-name>
2. terraform init -backend=false -no-color modules/<module-name>
3. terraform validate -no-color modules/<module-name>
4. tflint --chdir modules/<module-name>

Fix any fmt diffs, validate errors, or tflint errors. Report pass/fail per check. Status is PASS only if all four checks pass.
