terraform-linters / tflint-plugin-sdk

Experimental: TFLint plugin SDK for building custom rules
Mozilla Public License 2.0
17 stars 14 forks source link

feat: add check for .hcl file ext #287

Closed alikhil closed 10 months ago

alikhil commented 1 year ago

I am working on adding support of linting terragrunt.hcl files with tflint and without this patch tflint tries to parse .hcl files as json and fails

bendrucker commented 10 months ago

https://github.com/terraform-linters/tflint/pull/1860#issuecomment-1808732207