tfproviderlint

Lint Terraform provider code for errors and best practices.

brewmacoslinux
Try with needOr install directly
Source

About

Terraform Provider Lint Tool

Commands

tfproviderlint

Examples

check terraform provider for common mistakes$ tfproviderlint ./...
run specific linting rules on provider code$ tfproviderlint -c=R001,R002 ./...
lint single terraform provider file$ tfproviderlint ./resource_example.go
show all available linting rules$ tfproviderlint -list-rules
disable specific lint rules when checking$ tfproviderlint -skip=R999 ./...