Docker-MQTT/.trunk/configs/.tflint.hcl

17 lines
286 B
HCL
Raw Normal View History

2024-05-17 07:49:08 +00:00
config {
format = "compact"
module = true
plugin_dir = "~/.tflint.d/plugins"
}
plugin "terraform" {
enabled = true
preset = "recommended"
}
plugin "aws" {
enabled = true
version = "0.27.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}