Skip to content

terraform-linters/tflint-ruleset-google

Folders and files

NameName
Last commit message
Last commit date

Latest commit

680fc17 · Nov 23, 2020

History

46 Commits
Nov 23, 2020
Oct 12, 2020
Sep 22, 2020
Nov 23, 2020
Nov 23, 2020
Nov 23, 2020
Sep 22, 2020
Sep 22, 2020
Nov 23, 2020
Mar 8, 2020
Sep 22, 2020
Nov 23, 2020
Nov 23, 2020
Nov 23, 2020
Nov 23, 2020

Repository files navigation

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