We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2008eca commit a8da03bCopy full SHA for a8da03b
.tflint.hcl
@@ -62,3 +62,16 @@ rule "terraform_unused_declarations" {
62
rule "terraform_unused_required_providers" {
63
enabled = true
64
}
65
+
66
67
+###################################################
68
+# Rule Sets - AWS
69
70
71
+plugin "aws" {
72
+ source = "github.com/terraform-linters/tflint-ruleset-aws"
73
+ version = "0.38.0"
74
75
+ enabled = true
76
+ deep_check = false
77
+}
0 commit comments