# Functions

Debug starts a debug server and controls its lifecycle, printing the information needed for Terraform to connect to the provider to stdout.
DebugServe starts a plugin server in debug mode; this should only be used when the provider will manage its own lifecycle.
Serve serves a plugin.

# Constants

The constants below are the names of the plugins that can be dispensed from the plugin server.

# Variables

Handshake is the HandshakeConfig used to configure clients and servers.

# Structs

ReattachConfig holds the information Terraform needs to be able to attach itself to a provider process, so it can drive the process.
ReattachConfigAddr is a JSON-encoding friendly version of net.Addr.
ServeOpts are the configurations to serve a plugin.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author