tflint

Linter for Terraform files to detect errors and enforce best practices

brewmacoslinux
Try with needOr install directly
Source

About

Linter for Terraform files

Commands

tflint

Examples

Lint all Terraform files in the current directory$ tflint
Lint a specific Terraform file$ tflint main.tf
Lint a directory recursively with JSON output$ tflint --format json ./terraform