Skip to content

Commit a8da03b

Browse files
author
Tedilabs Bot
committed
chore: update .tflint.hcl via Terraform
1 parent 2008eca commit a8da03b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.tflint.hcl

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,16 @@ rule "terraform_unused_declarations" {
6262
rule "terraform_unused_required_providers" {
6363
enabled = true
6464
}
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

Comments
 (0)