package
0.8.4
Repository: https://github.com/r3labs/terraform.git
Documentation: pkg.go.dev

# Functions

Expand takes a map and a key (prefix) and expands that value into a more complex structure.
Flatten takes a structure and turns into a flat map[string]string.

# Type aliases

Map is a wrapper around map[string]string that provides some helpers above it that assume the map is in the format that flatmap expects (the result of Flatten).