package
2.70.4+incompatible
Repository: https://github.com/terraform-providers/terraform-provider-aws.git
Documentation: pkg.go.dev

# README

flatmap

This package contains legacy code from github.com/hashicorp/terraform/[email protected]. The types and functions within this package should not be used in any future implementations.

# Functions

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).