# Functions
CreateParentTerraformValue ensures that the given parent value can have children values upserted.
UpsertChildTerraformValue will upsert a child value into a parent value.
# Constants
DataDescriptionConfiguration is used for Data that represents a configuration-based value.
DataDescriptionPlan is used for Data that represents a plan-based value.
DataDescriptionState is used for Data that represents a state-based value.
# Structs
Data is the shared storage implementation for schema-based values, such as configuration, plan, and state.
# Type aliases
DataDescription is a human friendly type for Data.