Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.11 KB

TFLint Ruleset for terraform-provider-google

Build Status GitHub release License: MPL 2.0

TFLint ruleset plugin for Terraform Google Cloud Platform provider

Requirements

  • TFLint v0.21+
  • Go v1.15

Installation

Download the plugin and place it in ~/.tflint.d/plugins/tflint-ruleset-google (or ./.tflint.d/plugins/tflint-ruleset-google). When using the plugin, configure as follows in .tflint.hcl:

plugin "google" {
    enabled = true
}

Rules

100+ 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