bflad / tfproviderlint

Terraform Provider Lint Tool
Mozilla Public License 2.0
134 stars 25 forks source link

Remove terraform-plugin-sdk (v1) support #305

Closed bflad closed 3 months ago

bflad commented 3 months ago

This dependency was marked end-of-life many years ago and it causes issues with attempting to support newer versions of terraform-plugin-sdk/v2 due to shared dependencies with breaking changes. This change removes the v1 dependency and empties out any analyzers with logic solely for that version. The analyzers will remain in place to reserve the analyzer name, but they will now never return reports.