package
0.0.0-20240625130359-b27cc5473956
Repository: https://github.com/turbot/terraform-components.git
Documentation: pkg.go.dev

# Functions

ParseDeclaredVariableValues processes a map of unparsed variable values and returns an input values map of the ones declared in the specified variable declaration mapping.
ParseUndeclaredVariableValues processes a map of unparsed variable values and returns an input values map of the ones not declared in the specified declaration map along with detailed diagnostics about values of undeclared variables being present, depending on the source of these values.
ParseVariableValues processes a map of unparsed variable values by correlating each one with the given variable declarations which should be from a root module.

# Interfaces

UnparsedVariableValue represents a variable value provided by the caller whose parsing must be deferred until configuration is available.