File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.17.1 (2022-07-31)
2+
3+ ### Enhancements
4+
5+ - [ #180 ] ( https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/180 ) : autogenerated maintenance
6+ - [ #184 ] ( https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/184 ) : Bump terraform-provider-azurerm to v3.16.0 from v3.10.0
7+
8+ ### Chores
9+
10+ - [ #182 ] ( https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/182 ) : Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0
11+ - [ #183 ] ( https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/183 ) : Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0 in /tools
12+
113## 0.17.0 (2022-06-18)
214
315### Enhancements
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli
1717``` hcl
1818plugin "azurerm" {
1919 enabled = true
20- version = "0.17.0 "
20+ version = "0.17.1 "
2121 source = "github.com/terraform-linters/tflint-ruleset-azurerm"
2222}
2323```
Original file line number Diff line number Diff line change 44 "rule" : {
55 "name" : " azurerm_virtual_machine_invalid_vm_size" ,
66 "severity" : " error" ,
7- "link" : " https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.17.0 /docs/rules/azurerm_virtual_machine_invalid_vm_size.md"
7+ "link" : " https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.17.1 /docs/rules/azurerm_virtual_machine_invalid_vm_size.md"
88 },
99 "message" : " \" Standard_DS1_v3\" is an invalid value as vm_size" ,
1010 "range" : {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package project
33import "fmt"
44
55// Version is ruleset version
6- const Version string = "0.17.0 "
6+ const Version string = "0.17.1 "
77
88// ReferenceLink returns the rule reference link
99func ReferenceLink (name string ) string {
You can’t perform that action at this time.
0 commit comments