mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
9 lines
164 B
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
|
|
}
|