mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-12 12:00:03 -05:00
Tweak TFLint default config (#1124)
This commit is contained in:
parent
30f023379e
commit
afd19c99be
1 changed files with 1 additions and 26 deletions
|
@ -1,31 +1,6 @@
|
||||||
// https://github.com/terraform-linters/tflint/blob/master/docs/guides/config.md
|
// https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/config.md
|
||||||
config {
|
config {
|
||||||
module = false
|
module = false
|
||||||
force = false
|
force = false
|
||||||
|
|
||||||
// aws_credentials = {
|
|
||||||
// access_key = "AWS_ACCESS_KEY"
|
|
||||||
// secret_key = "AWS_SECRET_KEY"
|
|
||||||
// region = "us-east-1"
|
|
||||||
// }
|
|
||||||
|
|
||||||
// ignore_module = {
|
|
||||||
// "github.com/terraform-linters/example-module" = true
|
|
||||||
// }
|
|
||||||
|
|
||||||
// varfile = ["example1.tfvars", "example2.tfvars"]
|
|
||||||
|
|
||||||
// variables = ["foo=bar", "bar=[\"baz\"]"]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
rule "aws_instance_invalid_type" {
|
|
||||||
enabled = false
|
|
||||||
}
|
|
||||||
|
|
||||||
rule "aws_instance_previous_type" {
|
|
||||||
enabled = false
|
|
||||||
}
|
|
||||||
|
|
||||||
// plugin "example" {
|
|
||||||
// enabled = true
|
|
||||||
// }
|
|
||||||
|
|
Loading…
Reference in a new issue