Skip to content

Experimental: TFLint ruleset for terraform-provider-azurerm

License

Notifications You must be signed in to change notification settings

hattan/tflint-ruleset-azurerm

 
 

Repository files navigation

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.20+
  • Go v1.15

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

About

Experimental: TFLint ruleset for terraform-provider-azurerm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 85.4%
  • HCL 14.5%
  • Makefile 0.1%