# Functions

DockerEnv returns the keys and values of the map in the form "key=value" sorted by key in lexicographical order.
TFListToStringSlice converts a types.List to a []string by calling tfValueToString on each element.
TFLogFunc is an adapter to envbuilder/log.Func.
TFMapToStringMap converts a types.Map to a map[string]string by calling tfValueToString on each element.
TFValueToString converts an attr.Value to its string representation based on its Terraform type.