tfproviderlint

Linting tool for Terraform provider plugins with customizable rules

brewmacoslinux
Try with needOr install directly
Source

About

Terraform Provider Lint Tool

Commands

tfproviderlint

Examples

Run all default linting checks on a provider$ tfproviderlint ./...
Run specific linting rules on provider code$ tfproviderlint -c1=false ./...
Display all available linting rules$ tfproviderlint -list-rules