opentofu/internal/getproviders
Martin Atkins 773e38b49c internal/getproviders: Stub of MultiSource
This is an API stub for a component that will be added in a future commit
to support considering a number of different installation sources for each
provider. These will eventually be configurable in the CLI configuration,
allowing users to e.g. mirror certain providers within their own
infrastructure while still being able to go upstream for those that aren't
mirrored, or permit locally-mirrored providers only, etc.
2020-01-10 09:41:27 -08:00
..
doc.go internal/getproviders: Query a provider registry 2020-01-10 09:41:27 -08:00
errors.go internal/getproviders: Query a provider registry 2020-01-10 09:41:27 -08:00
memoize_source.go internal/getproviders: MemoizeSource for local caching of source responses 2020-01-10 09:41:27 -08:00
multi_source.go internal/getproviders: Stub of MultiSource 2020-01-10 09:41:27 -08:00
registry_client_test.go internal/getproviders: Package URL should always be absolute 2020-01-10 09:41:27 -08:00
registry_client.go internal/getproviders: Package URL should always be absolute 2020-01-10 09:41:27 -08:00
registry_source_test.go internal/getproviders: Package URL should always be absolute 2020-01-10 09:41:27 -08:00
registry_source.go internal/getproviders: Source interface for generalization 2020-01-10 09:41:27 -08:00
source.go internal/getproviders: Source interface for generalization 2020-01-10 09:41:27 -08:00
types.go internal/getproviders: Source interface for generalization 2020-01-10 09:41:27 -08:00