.tflint.hcl
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# tflint configuration

config {
  format           = "compact"
  call_module_type = "local"
}

plugin "aws" {
  enabled = true
  version = "0.47.0"
}

plugin "terraform" {
  enabled = true
  preset  = "recommended"
}