remove deep mode

This commit is contained in:
John Wiebalk 2020-04-02 12:09:34 -04:00 committed by GitHub
parent 10871ec798
commit 906cb937d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
// https://github.com/terraform-linters/tflint/blob/master/docs/guides/config.md
config {
module = true
deep_check = true
deep_check = false
force = false
// aws_credentials = {
@ -20,7 +20,7 @@ config {
}
rule "aws_instance_invalid_type" {
enabled = true
enabled = false
}
rule "aws_instance_previous_type" {