Experimental: TFLint plugin SDK for building custom rules
Our unified API brings together data across all modes of transport into a single RESTful API. This API provides access t
## What's Changed ### Bug Fixes * fix: support array-based JSON syntax in WalkExpressions by @bendrucker in https://github.com/terraform-linters/t…
## What's Changed Plugins built with this SDK version require Go 1.24+ and TFLint 0.46+. ### Breaking Changes * plugin: Drop support for TFLint…
## 0.22.0 (2025-01-11) ### Enhancements - [#358](https://github.com/terraform-linters/tflint-plugin-sdk/pull/358) [#361](https://github.com/terr…
## 0.21.0 (2024-07-29) ### Enhancements - [#337](https://github.com/terraform-linters/tflint-plugin-sdk/pull/337): helper: Add support sensitive…
## 0.20.0 (2024-05-02) ### Enhancements - [#316](https://github.com/terraform-linters/tflint-plugin-sdk/pull/316): Bump github.com/hashicorp/hcl…
## 0.19.0 (2024-02-25) ### Chores - [#281](https://github.com/terraform-linters/tflint-plugin-sdk/pull/281) [#307](https://github.com/terraform-…
## 0.18.0 (2023-07-29) ### Breaking Changes - [#268](https://github.com/terraform-linters/tflint-plugin-sdk/pull/268): helper: Un-export `NewLoc…
## 0.17.0 (2023-06-18) This release adds support for autofix API. The `EmitIssueWithFix` API allows you to implement autofix in your plugin using `…