# Functions
DecodeVarsReferences collects reference origins within variable files (*.tfvars) where each valid attribute (as informed by schema provided via [LoadModuleMetadata]) is considered an origin.
ParseVariables parses the variables configuration, i.e.
SchemaVariablesValidation does schema-based validation of variable files (*.tfvars) and produces diagnostics associated with any "invalid" parts of code.
# Interfaces
No description provided by the author