You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,26 @@
1
+
## 0.13.0 (2022-03-27)
2
+
3
+
The minimum supported version of TFLint has changed in this version. TFLint v0.35.0+ is required for this plugin to work.
4
+
5
+
### Breaking Changes
6
+
7
+
-[#274](https://github.com/terraform-linters/tflint-ruleset-aws/pull/274): Bump tflint-plugin-sdk for gRPC-based new plugin system ([@wata727](https://github.com/wata727))
For more configuration about the plugin, see [Plugin Configuration](docs/configuration.md).
28
28
29
-
**NOTE:** This plugin is bundled with the TFLint binary for backward compatibility, so you can use it without installing it separately. And it is automatically enabled when your Terraform configuration requires AWS provider.
30
-
31
29
## Getting Started
32
30
33
31
Terraform is a great tool for Infrastructure as Code. However, many of these tools don't validate provider-specific issues. For example, see the following configuration file:
0 commit comments