File tree Expand file tree Collapse file tree 1 file changed +9
-15
lines changed Expand file tree Collapse file tree 1 file changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -3,26 +3,20 @@ config {
3
3
call_module_type = " local"
4
4
}
5
5
6
- plugin "terraform" {
7
- enabled = true
8
- version = " 0.10.0"
9
- source = " github.com/terraform-linters/tflint-ruleset-terraform"
10
- }
11
-
12
6
plugin "aws" {
13
7
enabled = true
14
8
version = " 0.34.0"
15
9
source = " github.com/terraform-linters/tflint-ruleset-aws"
16
10
}
17
11
18
- # rule "terraform_comment_syntax" {
19
- # enabled = true
20
- # }
12
+ rule "terraform_comment_syntax" {
13
+ enabled = true
14
+ }
21
15
22
- # rule "terraform_naming_convention" {
23
- # enabled = true
24
- # }
16
+ rule "terraform_naming_convention" {
17
+ enabled = true
18
+ }
25
19
26
- # rule "terraform_documented_variables" {
27
- # enabled = true
28
- # }
20
+ rule "terraform_documented_variables" {
21
+ enabled = true
22
+ }
You can’t perform that action at this time.
0 commit comments