superlint/TEMPLATES/.tflint.hcl

9 lines
164 B
HCL

// https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/config.md
config {
module = false
force = false
}
plugin "aws" {
enabled = true
}