Versions in this module Expand all Collapse all v0 v0.8.5 Jun 6, 2020 Changes in this version + var PluginRoot = "~/.tflint.d/plugins" + type Plugin struct + RuleSets []*tfplugin.Client + func Discovery(config *tflint.Config) (*Plugin, error) + func (p *Plugin) Clean() + type Server struct + func NewServer(runner *tflint.Runner) *Server + func (s *Server) Attributes(req *tfplugin.AttributesRequest, resp *tfplugin.AttributesResponse) error + func (s *Server) EmitIssue(req *tfplugin.EmitIssueRequest, resp *interface{}) error + func (s *Server) EvalExpr(req *tfplugin.EvalExprRequest, resp *tfplugin.EvalExprResponse) error