File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.10.0 (2021-12-04)
2
+
3
+ ### Enhancements
4
+
5
+ - [ #202 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/202 ) : rules: Add acm certificate lifecycle create before destroy rule ([ @AleksaC ] ( https://github.com/AleksaC ) )
6
+ - [ #208 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/208 ) : Bump aws-sdk-go submodule and Terraform provider schema ([ @wata727 ] ( https://github.com/wata727 ) )
7
+
8
+ ### Chores
9
+
10
+ - [ #199 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/199 ) : Bump github.com/zclconf/go-cty from 1.9.1 to 1.10.0
11
+ - [ #204 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/204 ) : Bump github.com/hashicorp/aws-sdk-go-base from 0.7.1 to 1.0.0
12
+ - [ #209 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/209 ) : Bump github.com/aws/aws-sdk-go from 1.41.19 to 1.42.19
13
+
1
14
## 0.9.0 (2021-11-06)
2
15
3
16
### Breaking Changes
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.9 .0"
22
+ version = "0.10 .0"
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.9 .0"
6
+ const Version string = "0.10 .0"
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