@dry-lint/terraform
Part of the dry-lint monorepo.
Extracts resources, modules, variables, and outputs from Terraform HCL files (.tf
) so you can detect duplicate or overlapping infrastructure definitions in your Terraform configurations.
bun add -D @dry-lint/terraform
Add it to your .drylintrc.json
:
{
"plugins": ["@dry-lint/terraform"]
}
Run detection with the CLI. This plugin auto-registers itself.
MIT — see LICENSE.