tflint-ruleset-aws
tflint-ruleset-aws copied to clipboard
Generate rules from Terraform provider
To avoid problems like terraform-linters/tflint#400, it would be useful to be able to automatically generate rules not only from aws-sdk but also from terraform provider code.
Since terraform-provider-aws is simple Go project, I think it is not difficult to parse and convert it to TFLint rule format.
@wata727 do we currently have any rule(s) generated from the TF provider?
There is nothing yet.