github.com/terraform-linters/tflint@v0.51.2-0.20240520175844-3750771571b6/docs/developer-guide/api_compatibility.md (about)

     1  # API Compatibility
     2  
     3  This is an internal documentation summarizing the currently supported SDK and TFLint versions and any compatibility caveats.
     4  
     5  Protocol version: 11  
     6  SDK version: v0.14.0+
     7  TFLint version: v0.42.0+
     8  
     9  - Client-side value handling is introduced in SDK v0.16.0 and TFLint v0.46.0. TFLint v0.45.0 returns an error instead of a value.
    10    - https://github.com/terraform-linters/tflint/pull/1700
    11    - https://github.com/terraform-linters/tflint/pull/1722
    12    - https://github.com/terraform-linters/tflint-plugin-sdk/pull/235
    13    - https://github.com/terraform-linters/tflint-plugin-sdk/pull/239