Skip to content

chnsz/tf-linter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tf-lint

Static analysis libraries and tooling for Terraform Provider code.

It based on tfproviderlint

Usage

Checks

Check Description Type
h001 check for schema arguments that do not exist in Acceptance Test Checks. AST

Local Usage

To report issues, change into the directory of the Terraform Provider code and run:

tflinter ./...
tflinter -fields=name,enterprise_project_id ./...

It is also possible to run via go vet:

go vet -vettool $(which tflinter) ./...

Local Install Testing

go install ./cmd/tflinter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages