# Packages

Package expand contains helper functions used to map terraform configuration to an API object.
Package flatten contains helper functions to deal with arbitrary data structures with terraform providers.

# Interfaces

The ResourceData interface represents a schema.ResourceData and defines some of its methods that are commonly used by the helper packages.

# Type aliases

MapData wraps a map satisfying the Data interface, so it can be used in the accessor methods defined below.