TFLint ruleset plugin for Terraform Provider for Azure (Resource Manager)
- TFLint v0.20+
- Go v1.15
Download the plugin and place it in ~/.tflint.d/plugins/tflint-ruleset-azurerm
(or ./.tflint.d/plugins/tflint-ruleset-azurerm
). When using the plugin, configure as follows in .tflint.hcl
:
plugin "azurerm" {
enabled = true
}
200+ rules are available. See the documentation.
Clone the repository locally and run the following command:
$ make
You can easily install the built plugin with the following:
$ make install