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

     1  plugin "customrulesettesting" {
     2    enabled = true
     3    deep_check = true
     4  
     5    auth {
     6      token = "SECRET_TOKEN"
     7    }
     8  }