Skip to content

Commit 82f3841

Browse files
feat: updated aws plugin version for tflint rules (#57)
Co-authored-by: Anmol Nagpal <[email protected]>
1 parent ee772b2 commit 82f3841

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,7 +6,7 @@ config {
66

77
plugin "aws" {
88
enabled = true
9-
version = "0.17.0"
9+
version = "0.21.0"
1010
source = "github.com/terraform-linters/tflint-ruleset-aws"
1111
deep_check = false
1212
}
@@ -21,4 +21,4 @@ rule "aws_instance_previous_type" {
2121

2222
rule "terraform_required_providers" {
2323
enabled = false
24-
}
24+
}

0 commit comments

Comments
 (0)