# Functions

A ConfigExplorer will use an additional config file to identify resource and data source operations in a provided OpenAPIv3 spec.
As the name suggests, the Guesstimator evaluates an OpenAPIv3 spec and will return Resources, DataSources, and their respective names, based on [RESTful conventions].

# Structs

No description provided by the author
DataSource contains a Read operation and schema options for configuration.
No description provided by the author
Provider contains a name and a schema.
Resource contains CRUD operations and schema options for configuration.
No description provided by the author

# Interfaces

Explorer implements methods that relate OpenAPI operations to a set of Terraform Provider resource/data source actions (CRUD).