Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DockerEnv ¶
DockerEnv returns the keys and values of the map in the form "key=value" sorted by key in lexicographical order. This is the format expected by Docker and some other tools that consume environment variables.
func TFListToStringSlice ¶
TFListToStringSlice converts a types.List to a []string by calling tfValueToString on each element.
func TFMapToStringMap ¶
TFMapToStringMap converts a types.Map to a map[string]string by calling tfValueToString on each element.
func TFValueToString ¶
TFValueToString converts an attr.Value to its string representation based on its Terraform type. This is needed because the String() method on an attr.Value creates a 'human-readable' version of the type, which leads to quotes, escaped characters, and other assorted sadness.
Types ¶
This section is empty.