terraform-provider-google/vendor/github.com/hashicorp/terraform/helper/plugin/doc.go
2018-12-26 10:59:22 -08:00

7 lines
289 B
Go

// Package plugin contains types and functions to help Terraform plugins
// implement the plugin rpc interface.
// The primary Provider type will be responsible for converting from the grpc
// wire protocol to the types and methods known to the provider
// implementations.
package plugin