mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-02 12:17:39 -06:00
b40a4fb741
This is part of a general effort to move all of Terraform's non-library package surface under internal in order to reinforce that these are for internal use within Terraform only. If you were previously importing packages under this prefix into an external codebase, you could pin to an earlier release tag as an interim solution until you've make a plan to achieve the same functionality some other way.
10 lines
475 B
Go
10 lines
475 B
Go
package plugin6
|
|
|
|
// plugin6 builds on types in package plugin to include support for plugin
|
|
// protocol v6. The main gRPC functions use by terraform (and initialized in
|
|
// init.go), such as Serve, are in the plugin package. The version of those
|
|
// functions in this package are used by various mocks and in tests.
|
|
|
|
// When provider protocol v5 is deprecated, some functions may need to be moved
|
|
// here, or the existing functions updated, before removing the plugin pacakge.
|