We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6967a71 commit ba9adffCopy full SHA for ba9adff
README.md
@@ -16,7 +16,7 @@ You can install the plugin with `tflint --init`. Declare a config in `.tflint.hc
16
plugin "azurerm-security" {
17
enabled = true
18
19
- version = "0.1.3"
+ version = "0.1.4"
20
source = "github.com/pregress/tflint-ruleset-azurerm-security"
21
}
22
```
main.go
@@ -10,7 +10,7 @@ import (
10
func createRuleSet() *tflint.BuiltinRuleSet {
11
return &tflint.BuiltinRuleSet{
12
Name: "azurerm-security",
13
- Version: "0.1.3",
+ Version: "0.1.4",
14
Rules: []tflint.Rule{
15
rules.NewAzurermEventhubNamespacePublicNetworkAccessEnabled(),
rules.NewAzurermEventhubNamespaceUnsecureTLS(),
0 commit comments