Skip to content

Commit 20cbb67

Browse files
committed
chore: adding the latest version of the tflint configuration
1 parent 17d9115 commit 20cbb67

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.tflint.hcl

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
plugin "aws" {
22
enabled = true
3-
version = "0.30.0"
3+
version = "0.32.0"
44
source = "github.com/terraform-linters/tflint-ruleset-aws"
55
}
66

7+
plugin "terraform" {
8+
enabled = true
9+
version = "0.7.0"
10+
source = "github.com/terraform-linters/tflint-ruleset-terraform"
11+
}
12+
713
config {
8-
module = true
9-
force = false
14+
call_module_type = "local"
15+
force = false
1016
}
1117

1218
rule "terraform_required_providers" {

0 commit comments

Comments
 (0)