# Functions
Merge merges raw variable values b into a.
ParseInput parses a manually inputed variable to a richer value.
# Type aliases
Flag a flag.Value implementation for parsing user variables from the command-line in the format of '-var key=value', where value is a type intended for use as a Terraform variable.
FlagFile is a flag.Value implementation for parsing user variables from the command line in the form of files.