Skip to content

Commit a67e011

Browse files
authored
Update .tflint.hcl (#59)
1 parent 5ec4824 commit a67e011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/config/.tflint.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ config {
66

77
plugin "aws" {
88
enabled = true
9-
version = "0.21.0"
9+
version = "0.25.0"
1010
source = "github.com/terraform-linters/tflint-ruleset-aws"
11-
deep_check = false
11+
deep_check = true
1212
}
1313

1414
rule "aws_instance_invalid_type" {

0 commit comments

Comments
 (0)