## Introduction Terraform v1.11 added the following features related to TFLint. - https://github.com/hashicorp/terraform/pull/36611 Write-only attributes do not require any support in TFLint as there are no syntactic changes. ## Proposal Update [the embedded Terraform fork](https://github.com/terraform-linters/tflint/tree/v0.55.1/terraform) to v1.11. ## References - https://github.com/hashicorp/terraform/releases/tag/v1.11.3 - https://github.com/hashicorp/terraform/releases/tag/v1.11.2 - https://github.com/hashicorp/terraform/releases/tag/v1.11.1 - https://github.com/hashicorp/terraform/releases/tag/v1.11.0 - https://github.com/terraform-linters/tflint/issues/2172
Introduction
Terraform v1.11 added the following features related to TFLint.
nullvalues hashicorp/terraform#36611Write-only attributes do not require any support in TFLint as there are no syntactic changes.
Proposal
Update the embedded Terraform fork to v1.11.
References