github.com/terraform-linters/tflint@v0.51.2-0.20240520175844-3750771571b6/integrationtest/inspection/chdir/dir/.tflint.hcl (about)

     1  plugin "testing" {
     2    enabled = true
     3  }
     4  
     5  plugin "terraform" {
     6    enabled = false
     7  }
     8  
     9  config {
    10    varfile = ["from_config.tfvars"]
    11  }