lint/TEMPLATES/.tflint.hcl

10 lines
164 B
HCL
Raw Normal View History

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