mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-01 11:47:07 -06:00
551bc9c4a4
These new methods ClientConfig and Client provide the bridge into the main plugin infrastructure by configuring and instantiating (respectively) a client object for the referenced plugin. This stops short of getting the proxy object from the client since that then requires referencing the interface for the plugin kind, which would then create a dependency on the main terraform package which we'd rather avoid here. It'll be the responsibility of the caller in the command package to do the final wiring to get a provider instance out of a provider plugin client. |
||
---|---|---|
.. | ||
test-fixtures | ||
find_test.go | ||
find.go | ||
meta_set_test.go | ||
meta_set.go | ||
meta_test.go | ||
meta.go |