# Functions

FromTerraform5Value accepts a tftypes.Value and returns our representation of a Value.
ToTerraform5Value accepts our representation of a Value alongside the tftypes.Type description, and returns a tftypes.Value object that can be passed into the Terraform SDK.

# Structs

Resource is the data structure that is actually written into our data stores.
Value is the mock provider's representation of any generic Terraform Value.