# Functions
AddressedTypesAbs is a helper that extracts all of the distinct provider types from the given list of absolute provider configuration addresses.
FactoryFixed is a helper that creates a Factory that just returns some given single provider.
ProviderHasDataSource is a helper that requests schema from the given provider and checks if it has a data source of the given name.
ProviderHasResource is a helper that requests schema from the given provider and checks if it has a resource type of the given name.
# Structs
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
ImportedResource represents an object being imported into Terraform with the help of a provider.
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
Schema pairs a provider or resource schema with that schema's version.
Schemas is an overall container for all of the schemas for all configurable objects defined within a particular provider.
ServerCapabilities allows providers to communicate extra information regarding supported protocol features.
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
# Interfaces
Interface represents the set of methods required for a complete resource provider plugin.
# Type aliases
Factory is a function type that creates a new instance of a resource provider, or returns an error if that is impossible.