superlint/TEMPLATES/.tflint.hcl

10 lines
164 B
HCL
Raw Normal View History

2021-01-07 10:16:12 -05:00
// https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/config.md
2020-03-11 15:18:21 -04:00
config {
2020-07-01 09:49:39 -04:00
module = false
2020-03-11 15:18:21 -04:00
force = false
}
plugin "aws" {
enabled = true
}