File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.2 (2021-01-10)
2
+
3
+ ### BugFixes
4
+
5
+ - [ #40 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/40 ) : Override RuleNames
6
+ - [ #43 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/43 ) : rule: Allow other fields of rule configs
7
+ - [ #44 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/44 ) : docs: Fix regex in aws_s3_bucket_name
8
+ - [ #45 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/45 ) : Bump tflint-plugin-sdk
9
+
1
10
## 0.1.1 (2021-01-03)
2
11
3
12
- [ #24 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/24 ) : Setup GoReleaser
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.1.1 "
6
+ const Version string = "0.1.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