# Functions
GenerateFile generates a new file from the passed template and metadata.
GenerateFileWithLogs generates a new file from the passed template and metadata The difference from GenerateFile function is to output logs.
LoadProviderSchema loads provider schema file and deserialize into an object.
ToCamel converts a string to CamelCase.
# Structs
AttributeSchema contains Type and Sensitive.
BlockSchema A block representation contains "attributes" and "block_types" (which represent nested blocks).
ProviderSchema describes the schemas for all resources.
ProviderSchemas describes the provider schemas for all providers throughout the configuration tree.
ResourceSchema describes the schemas for all resources.
Schema describes the provider schemas for all providers throughout the configuration tree.