terraform-linters / tflint-ruleset-azurerm

TFLint ruleset for terraform-provider-azurerm
Mozilla Public License 2.0
117 stars 24 forks source link

Support New Plugin System #157

Closed james1miller93 closed 2 years ago

james1miller93 commented 2 years ago

With the release of the new gRPC plugin system in the main tflint package, the ruleset needs to be updated to support the latest release of tflint (>= v0.35.0).

If the current release of this ruleset (v0.14.0) is used with tflint v0.35.0 it returns the following error:

Failed to initialize plugins; Incompatible API version with plugin "azurerm". Plugin version: 9, TFLint versions: [10]

Please can you update on whether this work is currently underway and what sor of timescales you're looking at for a release if so.

wata727 commented 2 years ago

I'm working on this now. I plan to release v0.15.0 within a few days.

james1miller93 commented 2 years ago

Excellent! Thanks @wata727

wata727 commented 2 years ago

v0.15.0 has been released. https://github.com/terraform-linters/tflint-ruleset-azurerm/releases/tag/v0.15.0