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 09a19b9 commit 9f9462eCopy full SHA for 9f9462e
README.md
@@ -17,7 +17,7 @@ You can install the plugin with `tflint --init`. Declare a config in `.tflint.hc
17
plugin "azurerm-security" {
18
enabled = true
19
20
- version = "0.1.4"
+ version = "0.1.5"
21
source = "github.com/pregress/tflint-ruleset-azurerm-security"
22
}
23
```
main.go
@@ -10,7 +10,7 @@ import (
10
func createRuleSet() *tflint.BuiltinRuleSet {
11
return &tflint.BuiltinRuleSet{
12
Name: "azurerm-security",
13
- Version: "0.1.4",
+ Version: "0.1.5",
14
Rules: []tflint.Rule{
15
rules.NewAzurermEventhubNamespacePublicNetworkAccessEnabled(),
16
rules.NewAzurermEventhubNamespaceUnsecureTLS(),
0 commit comments