2023-05-02 11:33:06 -04:00
|
|
|
// Copyright IBM Corp. 2014, 2026
|
2023-08-10 18:43:27 -04:00
|
|
|
// SPDX-License-Identifier: BUSL-1.1
|
2023-05-02 11:33:06 -04:00
|
|
|
|
2021-02-05 15:40:58 -05:00
|
|
|
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.
|