# Functions
NewRunner returns a new custom runner.
# Structs
Config is the configuration for the ruleset.
Local represents a single entry from a "locals" block.
ModuleCall represents a "module" block.
ProviderRef represents a reference to a provider like `provider = google.europe` in a resource or module.
RuleSet is the custom ruleset for the Terraform Language.
Runner is a custom runner that provides helper functions for this ruleset.