mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
53901a7e62
Add a single global schema cache for providers. This allows multiple provider instances to share a single copy of the schema, and prevents loading the schema multiple times for a given provider type during a single command. This does not currently work with some provider releases, which are using GetProviderSchema to trigger certain initializations. A new server capability will be introduced to trigger reloading their schemas, but not store duplicate results. |
||
---|---|---|
.. | ||
addressed_types_test.go | ||
addressed_types.go | ||
doc.go | ||
factory.go | ||
provider.go | ||
schema_cache.go | ||
schemas.go |