@dry-lint/terraform
v3.0.0
Published
Detect duplicate or near-duplicate definitions in Terraform HCL files.
Maintainers
Readme
@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.
Install
bun add -D @dry-lint/terraformConfigure
Add it to your .drylintrc.json:
{
"plugins": ["@dry-lint/terraform"]
}Run detection with the CLI. This plugin auto-registers itself.
More
License
MIT — see LICENSE.
