mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-15 11:13:09 -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 | ||
discovery | ||
mock_proto | ||
grpc_error.go | ||
grpc_provider_test.go | ||
grpc_provider.go | ||
grpc_provisioner_test.go | ||
grpc_provisioner.go | ||
plugin.go | ||
serve.go | ||
ui_input_test.go | ||
ui_input.go | ||
ui_output_test.go | ||
ui_output.go |