File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.13.2 (2022-03-29)
2
+
3
+ ### BugFixes
4
+
5
+ - [ #327 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/327 ) : Suppress unevaluable/unknown/null errors on provider block eval ([ @wata727 ] ( https://github.com/wata727 ) )
6
+
7
+ ### Chores
8
+
9
+ - [ #321 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/321 ) : Bump peter-evans/create-pull-request from 3 to 4
10
+ - [ #322 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/322 ) : Bump actions/cache from 2 to 3
11
+
1
12
## 0.13.1 (2022-03-28)
2
13
3
14
### BugFixes
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli
19
19
``` hcl
20
20
plugin "aws" {
21
21
enabled = true
22
- version = "0.13.1 "
22
+ version = "0.13.2 "
23
23
source = "github.com/terraform-linters/tflint-ruleset-aws"
24
24
}
25
25
```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package project
3
3
import "fmt"
4
4
5
5
// Version is ruleset version
6
- const Version string = "0.13.1 "
6
+ const Version string = "0.13.2 "
7
7
8
8
// ReferenceLink returns the rule reference link
9
9
func ReferenceLink (name string ) string {
You can’t perform that action at this time.
0 commit comments