mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-28 17:11:00 -05:00
remove deep mode
This commit is contained in:
parent
10871ec798
commit
906cb937d1
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
// https://github.com/terraform-linters/tflint/blob/master/docs/guides/config.md
|
// https://github.com/terraform-linters/tflint/blob/master/docs/guides/config.md
|
||||||
config {
|
config {
|
||||||
module = true
|
module = true
|
||||||
deep_check = true
|
deep_check = false
|
||||||
force = false
|
force = false
|
||||||
|
|
||||||
// aws_credentials = {
|
// aws_credentials = {
|
||||||
|
@ -20,7 +20,7 @@ config {
|
||||||
}
|
}
|
||||||
|
|
||||||
rule "aws_instance_invalid_type" {
|
rule "aws_instance_invalid_type" {
|
||||||
enabled = true
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
rule "aws_instance_previous_type" {
|
rule "aws_instance_previous_type" {
|
||||||
|
|
Loading…
Reference in a new issue