mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-24 16:10:46 -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. |
||
---|---|---|
.. | ||
convert | ||
mock_proto | ||
doc.go | ||
grpc_error.go | ||
grpc_provider_test.go | ||
grpc_provider.go | ||
serve.go |