Skip to content

Commit 510f4e5

Browse files
authored
Create .tflint.hcl
1 parent 8f76427 commit 510f4e5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.tflint.hcl

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
plugin "terraform" {
2+
enabled = true
3+
preset = "recommended"
4+
}
5+
6+
plugin "aws" {
7+
enabled = true
8+
version = "0.27.0"
9+
source = "github.com/terraform-linters/tflint-ruleset-aws"
10+
}

0 commit comments

Comments
 (0)