# Functions
ToTerraformAttribute converts our representation of an Attribute into a Terraform SDK attribute so it can be passed back to Terraform Core in a resource or data source schema.
ToTerraformBlock converts our representation of a Block into a Terraform SDK block so it can be passed back to Terraform Core in a resource or data source schema.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Attribute defines an internal representation of a Terraform attribute in a schema.
AttributeTypes contains functions that map provider attributes into Terraform resource or datasource attributes.
Block defines an internal representation of a Terraform block in a schema.
Schema defines an internal representation of a Terraform schema.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author