TFLint ruleset plugin for Terraform Google Cloud Platform provider
- TFLint v0.21+
- Go v1.15
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
}
100+ 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