/tflint-ruleset-azurerm

Experimental: TFLint ruleset for terraform-provider-azurerm

Primary LanguageGoMozilla Public License 2.0MPL-2.0

TFLint Ruleset for terraform-provider-azurerm

Build Status GitHub release License: MPL 2.0

TFLint ruleset plugin for Terraform Provider for Azure (Resource Manager)

Requirements

  • TFLint v0.18+
  • Go v1.14

Installation

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
}

Rules

200+ rules are available. See the documentation.

Building the plugin

Clone the repository locally and run the following command:

$ make

You can easily install the built plugin with the following:

$ make install