# Functions
AddressedTypes is a helper that extracts all of the distinct provider types from the given list of relative provider configuration addresses.
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.
ResolverFixed returns a Resolver that has a fixed set of provider factories provided by the caller.
# 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
No description provided by the author
No description provided by the author
Schema pairs a provider or resource schema with that schema's version.
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
# Type aliases
Factory is a function type that creates a new instance of a resource provider, or returns an error if that is impossible.
ResolverFunc wraps a callback function and turns it into a Resolver implementation, for convenience in situations where a function and its associated closure are sufficient as a resolver implementation.