# README
tfutils
Terraform provider helper utils
# Structs
No description provided by the author
No description provided by the author
Provider is the type that will build into a terraform provider.
No description provided by the author
No description provided by the author
# Interfaces
CRUD represents a CRUD resource type.
Data represents a read only data source.
DataSource is the type that a terraform data source will implement.
Resource is the type that a terraform resource will implement.
No description provided by the author
Structure represents a type that declares it's structure as a SchemaMap.
# Type aliases
DataSourceMap represents a map of DataSources.
ResourceMap represents a map of Resources.
SchemaMap is a builder for a *schema.Resource type.