# 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.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Variables
SchemaCache is a global cache of Schemas.
# 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
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
GetProviderSchemaResponse is the return type for GetProviderSchema, and should only be used when handling a value for that method.
ImportedResource represents an object being imported into OpenTofu 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.
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.
ProviderSchema is an overall container for all of the schemas for all configurable objects defined within a particular provider.
No description provided by the author